0

我有一个应该只能在横向模式下工作的应用程序。该应用程序需要播放视频。在 iOS 13 之前,我MPMediaPlayerViewController通过继承它并覆盖shouldAutorotate. 现在我看到替换类AVPlayerViewController不支持子类化(参见https://developer.apple.com/documentation/avkit/avplayerviewcontroller)。如何在没有子类化的情况下启用自动旋转?

4

0 回答 0