iOS 設置app禁止橫屏

在 AppDelegate.m中添加以下代碼:app

-(UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window{
    return UIInterfaceOrientationMaskPortrait;
}
相關文章
相關標籤/搜索