3、 页面方向:UIInterfaceOrientationMask观察 UIInterfaceOrientationMask 枚举的值,我们就会发现这是一种为了支持多种 UIInterfaceOrientation 而定义的类型 , 它用来作为 supportedInterfaceOrientations 方法的返回值,比如我们在该方法中返回 UIInterfaceOrientationMaskAll 就可以支持所有方向了 。
/// 当前 VC支持的屏幕方向- (UIInterfaceOrientationMask)supportedInterfaceOrientations {return UIInterfaceOrientationMaskAll;}
typedef NS_OPTIONS(NSUInteger, UIInterfaceOrientationMask) {UIInterfaceOrientationMaskPortrait = (1 << UIInterfaceOrientationPortrait),UIInterfaceOrientationMaskLandscapeLeft = (1 << UIInterfaceOrientationLandscapeLeft),UIInterfaceOrientationMaskLandscapeRight = (1 << UIInterfaceOrientationLandscapeRight),UIInterfaceOrientationMaskPortraitUpsideDown = (1 << UIInterfaceOrientationPortraitUpsideDown),UIInterfaceOrientationMaskLandscape = (UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight),UIInterfaceOrientationMaskAll = (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight | UIInterfaceOrientationMaskPortraitUpsideDown),UIInterfaceOrientationMaskAllButUpsideDown = (UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskLandscapeLeft | UIInterfaceOrientationMaskLandscapeRight),} API_UNAVAILABLE(tvos);
五、结语
ZEGO RoomKit SDK 目前已经支持屏幕旋转场景,并且在 2.0.0 版本中以 JSON 配置的形式,支持更灵活更便捷的实现自定义的屏幕旋转场景 。
在视频直播类的 APP 中屏幕旋转往往是绕不开的一环 , 梳理清楚以上三个枚举的含义,以及旋转方法的调用时机,并在恰当的时间去刷新旋转后的布局,iOS旋转适配就不再困难 。
以上就是关于在 iOS 上实现屏幕旋转的技术解读,也欢迎大家使用 RoomKit SDK 体验 demo
推荐阅读
- cdr能咋样旋转,coreldraw如何水平翻转然后复制
- 爱奇艺为什么不能屏幕共享 爱奇艺为什么不能屏幕共享会员
- ubuntu怎么进入bios
- 怎么设置音量键唤醒屏幕,小米手机如何使用音量键点亮屏幕
- 华为p40pro+屏幕测评 华为p40pro换屏幕多少钱
- 电脑屏幕花屏横条纹闪是什么原因 电脑屏幕花屏横条纹闪过一会就好了
- cdr能怎么样旋转,CDR如何翻转文件
- cdr里做图的轮廓,cdr能怎么样旋转复制
- cdr旋转应该怎么样操作
- 华为屏幕锁定设置方法,华为手机屏幕锁怎么设置密码