と遊ぶ:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
を持っている場合は、UITabBarController
すべてが回転するか、まったく回転しないため、問題が発生します。いくつかの回避策があると思いますが。