谁能解释我发生了什么事?我用这个方法
- (BOOL)shouldAutorotateToInterfaceOrientation:( UIInterfaceOrientation)interfaceOrientation
{
return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) );
}
为 matchmakerViewController 提供横向方向。它可以在 iPhone 甚至 iPad 模拟器上完美运行,但不能在 iPad 设备上运行。当我在 iPad 上运行应用程序时 matchmakerViewController 神秘地出现在纵向。怎么了?我如何解决它?谢谢