//禁止横屏 -(NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return UIInterfaceOrientationMaskPortrait; }
本文共 211 字,大约阅读时间需要 1 分钟。
//禁止横屏 -(NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return UIInterfaceOrientationMaskPortrait; }
转载于:https://my.oschina.net/coper/blog/298436