我有UITabBarControllerapp播放视频并在其他UITabBar标签中显示其他信息.在iOS 6中,UIView不推荐使用旋转方法,现在我需要使用shouldAutoRotate和supportedInterfaceOrientations方法.对于视频播放,我使用MPMoviePlayerViewController.
如何仅旋转此播放器视图?我只能旋转整个应用程序,但不想这样做.我提出MPMoviePlayerViewController但它不像iOS 5及更早版本那样旋转.
在plist设置中我只设置了1个人像界面方向.如果我设置其他 - 整个应用程序将被轮换.