我在 iphone 上自动旋转有问题
我在所有课程中设置
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
但它没有响应;/
示例代码是:http ://b6.s3.p.quickshareit.com/files/testautorotatecb367.zip
问题仅出在第一个选项卡上,如果我将应用程序切换到第二个选项卡并旋转 iphone,界面正在旋转。它没有在 TAB1 中旋转,我在其中放置了自定义 UINavigationController