Home  >  Q&A  >  body text

ios如何实现优酷视频播放时的效果

主要是有两个点:

  1. 如何实现播放的时候在设备横过来的时候自动全屏

  2. 在设备横过来并全屏状态下,点击返回按钮,会自动先变回竖屏(然而设备还是横屏状态)

对于1,我基本能实现,是通过willAnimateRotationToInterfaceOrientation回调来调整实现的;对于2,不知道如何实现啊。网上说不能调整UIDeviceorientation,有被拒的风险。

PHP中文网PHP中文网2765 days ago317

reply all(2)I'll reply

  • 阿神

    阿神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.

    reply
    0
  • PHP中文网

    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.

    reply
    0
  • Cancelreply