Skip to content
isExist? edited this page Sep 21, 2016 · 3 revisions

描述

旋转功能可以设置画面播放时的旋转角度,旋转方向为逆时针旋转,旋转角度只能为0度,90度,180度和270度

方法

@property (nonatomic) int rotateDegress

示例代码

if (_player) {
    _player.rotateDegress = 90;
}
Clone this wiki locally