仅允许iOS应用中的横向模式

时间:2013-02-14 05:58:09

标签: ios ipad ios4 screen-orientation

我读了Landscape Mode ONLY for iPhone or iPad并按照步骤操作,应用程序以横向模式打开,但每当我重新分配视图时,它再次出现在纵向模式中。我将Landscape作为唯一支持的分辨率保持正确,并且还覆盖了souldAutoRotateToInterfaceOrientation。我正在使用iOS 5.1。

感谢。

代码:

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

0 个答案:

没有答案