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