/**
* 功能:禁止横屏
*/
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window
{
return UIInterfaceOrientationMaskPortrait;
}
/**
* 功能:禁止横屏
*/
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(nullable UIWindow *)window
{
return UIInterfaceOrientationMaskPortrait;
}
本文标题:4、[ iOS ] 禁止横屏
本文链接:https://www.haomeiwen.com/subject/fglvkttx.html
网友评论