iOS 不允许横屏的简单代码

- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window

{

    return UIInterfaceOrientationMaskPortrait;

}

posted @ 2014-08-01 11:01  给me一首歌的时间  阅读(171)  评论(0)    收藏  举报