iOS 不允许横屏的简单代码

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

{

    return UIInterfaceOrientationMaskPortrait;

}

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