奇妙な質問ですが、一部の UIViewController が向きをサポートしていない場合はどうなりますか? :)
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return NO;
}
どの向きがサポートされますか? そのUIViewControllerの動作はどうなりますか?