我有問題,自動旋轉iPhone上的UITabBarController,UINavigationController的和自動旋轉
我在所有類
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
成立,但它不響應;/
示例代碼:http://b6.s3.p.quickshareit.com/files/testautorotatecb367.zip
問題是隻有第一個標籤,如果我切換應用程序到第二個標籤,並旋轉iphone,界面旋轉。它不是在TAB1旋轉,這裏我把自定義的UINavigationController