iOS 设置app禁止横屏 2016/01/23 18498 在 AppDelegate.m中添加如下代码: -(UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window{ return UIInterfaceOrientationMaskPortrait; }