奇怪的问题,但是当某些 UIViewController 不支持任何方向时会发生什么?:)
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return NO;
}
将支持哪个方向?该 UIViewController 的行为将是什么?