禁止横屏

来源:互联网 发布:mindmanager mac 密钥 编辑:程序博客网 时间:2024/05/21 22:02
- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
{
    return UIInterfaceOrientationMaskPortrait;
}

0 0
原创粉丝点击