在 AppDelegate 设置屏幕切换

1 //禁止横屏显示
2 - (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
3 {
4     return UIInterfaceOrientationMaskPortrait;
5 }

 

posted @ 2013-08-30 12:52  wangzhenxiang  阅读(155)  评论(0编辑  收藏  举报