当前位置: 首页 > 工具软件 > ZFPlayer > 使用案例 >

ZFPlayer之禁止视频自动旋转

邵赞
2023-12-01

如果你开启控制中心的自动旋转,那么zfplayer就会自动旋转,导致布局出现错误(如果对应页面没有设置支持旋转)

/// 将ZFPlayerController对象的允许旋转属性设置为NO即可

    /// Whether allow the video orientation rotate.
    /// default is YES.
    @property (nonatomic) BOOL allowOrentitaionRotation;
 类似资料: