Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的视图中添加了 MPMoviePlayerController。并且工作正常。当我全屏切换到此并更改设备的方向时,不会触发方向更改事件。所以请让我知道我如何解决这个问题。
谢谢
我想你MPMoviePlayerController是模态的,所以看看 -
MPMoviePlayerController
(void)shouldAutorotateToInterfaceOrientation:主应用控制器的方法。我想如果您只为纵向返回TRUE,则模态控制器无法自行旋转。尝试为您的所有界面方向返回TRUErootViewController ,并且MPMoviePlayerController应该开始旋转。
(void)shouldAutorotateToInterfaceOrientation:
rootViewController