如何使UIViewControllers支持不同的方向

时间:2013-07-09 21:26:03

标签: objective-c rotation uiinterfaceorientation

我有两个UIViewControllers,一个应该只支持纵向方向,另一个应该支持portait和landscape方向。我已经尝试重写- (NSUInteger)supportedInterfaceOrientations方法以返回UIInterfaceOrientationMaskPortrait,并覆盖shouldAutorotate方法以返回UIViewController的NO,该方法仅支持纵向方向,但没有任何工作。有人可以帮助我吗?

0 个答案:

没有答案