`
lifaming15
  • 浏览: 59128 次
  • 来自: ...
文章分类
社区版块
存档分类

ipad固定横屏

 
阅读更多

如果是想转屏幕到landscape模式的话在appDelegate的applicationDidFinishLaunching方法里加入:

[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeRight];

再把相应的UIViewController的shouldAutorotateToInterfaceOrientation方法返回值改为UIInterfaceOrientationIsLandscape(interfaceOrientation)就可以了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics