【发布时间】:2016-02-27 00:00:35
【问题描述】:
我有一个 UIViewcontroller,它包含一个带有 AVPlayer 的 AVPlayerViewController。 我想为 AVPlayerViewController 启用旋转(当视频全屏时)并禁用 UIViewController 的任何旋转。 如何在我的应用中仅为视频(全屏)启用旋转?
【问题讨论】:
-
你是否恰当地实现了
supportedInterfaceOrientations? -
@matt 我只是在 supportInterfaceOrientations 方法中返回 UIInterfaceOrientationMaskPortrait 。 UIViewController 不旋转而 AVPlayer 到。
标签: ios avfoundation fullscreen avplayer avplayerviewcontroller