主要是有两个点:
如何实现播放的时候在设备横过来的时候自动全屏
在设备横过来并全屏状态下,点击返回按钮,会自动先变回竖屏(然而设备还是横屏状态)
对于1,我基本能实现,是通过willAnimateRotationToInterfaceOrientation
回调来调整实现的;对于2,不知道如何实现啊。网上说不能调整UIDevice
的orientation
,有被拒的风险。
阿神2017-04-17 15:42:58
Use the gyroscope value to calculate whether the device is in landscape orientation.
This allows for flexible control when the device is tilted.
PHP中文网2017-04-17 15:42:58
Answer to your second point: Youku changed the screen orientation with code... Give it a try, you shouldn't be rejected.