私はすべての向きをサポートする iPad アプリを持っています...私の問題はアプリケーションの起動にありました。landScapeRight と landScapeLeft と縦向き (上のホーム ボタン) の場合、ビューは正しく表示されますが、アプリが縦向き (下のホーム ボタン) で起動すると、ビューは横向きモードで表示されます...
- (void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
アプリの向きを変更すると、ビューが正しく表示されます。