UIInterfaceOrientationLandscapeRi
全部标签 关闭。这个问题需要detailsorclarity.它目前不接受答案。想改进这个问题吗?通过editingthispost添加细节并澄清问题.关闭8年前。Improvethisquestion我的应用程序支持每4个方向,我有一个位于LandscapeRight中的UIViewController。我正在使用UINavigationController来推送那个UIViewController,我希望那个UIViewController只在UIInterfaceOrientationLandscapeRight中,但是当我旋转时手机,它会切换回其他方向。-(BOOL)shouldAuto
此错误没有意义,因为首选方向UIInterfaceOrientationLandscapeRight由支持的方向返回//iOS6-(BOOL)shouldAutorotate{returnNO;}-(NSUInteger)supportedInterfaceOrientations{return(UIInterfaceOrientationLandscapeRight|UIInterfaceOrientationLandscapeLeft);}-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{re
此错误没有意义,因为首选方向UIInterfaceOrientationLandscapeRight由支持的方向返回//iOS6-(BOOL)shouldAutorotate{returnNO;}-(NSUInteger)supportedInterfaceOrientations{return(UIInterfaceOrientationLandscapeRight|UIInterfaceOrientationLandscapeLeft);}-(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{re