// 应用只支持竖屏 applicatindelegate 方法里添加代理方法
- (NSUInteger)application:(UIApplication)application supportedInterfaceOrientationsForWindow:(UIWindow)window
{
return UIInterfaceOrientationMaskPortrait;
}
// 应用只支持竖屏 applicatindelegate 方法里添加代理方法
本文标题:iOS 应用竖屏锁定
本文链接:https://www.haomeiwen.com/subject/fzvopttx.html
网友评论