ios应用强制横屏(App横竖屏混合完美解决方案(简单))

首页教程更新时间:2023-05-19 07:00:45
1、项目只设置支持横屏:

ios应用强制横屏,App横竖屏混合完美解决方案(简单)(1)

2、AppDelegate.h定义:

@property(nonatomic,assign)BOOL isRotationRight;//是否横屏 (AppDelegate *)appDelegate; //设置横竖屏 - (void)setLandscapeRight:(BOOL)isRight;3、AppDelegate.m实现

{ self.isRotationRight = isRight;//(以上2行代码,可以理解为打开横屏开关) if (self.isRotationRight) { NSnumber *resetOrientationTarget = [NSNumber numberWithInt:UIInterfaceOrientationUnknown]; [[UIDevice currentDevice] setValue:resetOrientationTarget forKey:@"orientation"]; NSNumber *orientationTarget = [NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight]; [[UIDevice currentDevice] setValue:orientationTarget forKey:@"orientation"]; }else{ NSNumber *resetOrientationTarget = [NSNumber numberWithInt:UIInterfaceOrientationUnknown]; [[UIDevice currentDevice] setValue:resetOrientationTarget forKey:@"orientation"]; NSNumber *orientationTarget = [NSNumber numberWithInt:UIInterfaceOrientationPortrait]; [[UIDevice currentDevice] setValue:orientationTarget forKey:@"orientation"]; } } #pragma mark - 横竖屏管理 - (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window { if (self.isRotationRight == YES) { return UIInterfaceOrientationMaskLandscapeRight; }else{ return (UIInterfaceOrientationMaskPortrait); } } 4、哪个需要横屏调用:

[[AppDelegate appDelegate] setLandscapeRight:YES];5、不需要横屏调用:

[[AppDelegate appDelegate] setLandscapeRight:NO];

Demo 地址:

https://github.com/HuiTongZhiYuan/TestOrientation,

图文教程
相关文章
热门专题
推荐软件
奇热小说
奇热小说
下载
QQ2019手机版
QQ2019手机版
下载
王者荣耀
王者荣耀
下载
百度浏览器迷你版
百度浏览器迷你版
下载
2345浏览器手机版
2345浏览器手机版
下载
网易邮箱
网易邮箱
下载
爱奇艺
爱奇艺
下载
网易云音乐
网易云音乐
下载
WPSOffice
WPSOffice
下载
优酷
优酷
下载
谷歌浏览器(Chrome)
谷歌浏览器(Chrome)
下载
迅雷看看播放器
迅雷看看播放器
下载
UC浏览器
UC浏览器
下载
QQ音乐
QQ音乐
下载
阿里旺旺买家版v9.12.10C官方版
阿里旺旺买家版v9.12.10C官方版
下载
360安全卫士v12.1官方版
360安全卫士v12.1官方版
下载
猜你喜欢
LADYCAR
LADYCAR
下载
门海消防卫士
门海消防卫士
下载
崖州科农
崖州科农
下载
专治强迫症
专治强迫症
下载
苗木宝
苗木宝
下载
币币钱包app
币币钱包app
下载
星派送
星派送
下载
生命线冰天穴地破解版
生命线冰天穴地破解版
下载
良善会计电脑版
良善会计电脑版
下载
女王减肥记2
女王减肥记2
下载
璇宫国际影城
璇宫国际影城
下载
兜要app
兜要app
下载
MegaPhoto
MegaPhoto
下载
经典连连看红包版
经典连连看红包版
下载
螃蟹快讯
螃蟹快讯
下载
绘图解题
绘图解题
下载