我有一个只有肖像支持的应用程序,但我想在MPMoviewController中同时在Portrait和Landscape中播放视频,如何做到这一点

时间:2014-05-19 12:41:57

标签: iphone uiinterfaceorientation

我有一个标签栏和基于导航的应用程序,仅支持肖像,但我想在纵向和横向中播放MPMoviePlayerController中的视频,我该怎么做

2 个答案:

答案 0 :(得分:1)

尝试支持项目属性中的所有方向,并从所有NO中的以下方法返回ViewControllers,但要显示Landscape的方法除外。

-(BOOL)shouldAutorotate { // return YES for the desired View controller. :) }

答案 1 :(得分:0)

此外,如果您使用UINavigationController,该应用将使用其轮换逻辑