iOS 禁止横屏

在AppDelegate中增加,这个方法可以禁止横屏

1 - (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window  
2     {  
3          return UIInterfaceOrientationMaskPortrait;  
4     }
posted @ 2014-08-06 17:34  激情为梦想而生  阅读(324)  评论(0编辑  收藏  举报