1

我阅读了仅适用于 iPhone 或 iPad 的横向模式并按照步骤操作,应用程序以横向模式打开,但每当我重新分配视图时,它又会以纵向模式出现。我将 Landscape 保留为唯一受支持的分辨率,并且还覆盖了 souldAutoRotateToInterfaceOrientation。我正在使用 iOS 5.1。

谢谢。

代码:

-(BOOL) shouldAutoRotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation{
return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
}
4

0 回答 0