iOS 不允许横屏的简单代码

mac2022-06-30  21

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

{

    return UIInterfaceOrientationMaskPortrait;

}

转载于:https://www.cnblogs.com/Ewenblog/p/3884452.html

最新回复(0)