iPhoneの自動回転に問題があります
私はすべてのクラスで設定します
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
しかし、それは応答しません;/
サンプル コード: http://b6.s3.p.quickshareit.com/files/testautorotatecb367.zip
問題は最初のタブのみです。アプリケーションを2番目のタブに切り替えてiPhoneを回転させると、インターフェースが回転します。カスタムUINavigationControllerを置くTAB1で回転していません