iOS 13 以后模态页面不全屏的情况
只需要在父类的控制器中加入以下代码
- (UIModalPresentationStyle)modalPresentationStyle {
return UIModalPresentationFullScreen;
}
iOS 13 以后模态页面不全屏的情况
只需要在父类的控制器中加入以下代码
- (UIModalPresentationStyle)modalPresentationStyle {
return UIModalPresentationFullScreen;
}
本文标题:iOS 13 以后模态页面不全屏的情况
本文链接:https://www.haomeiwen.com/subject/qnvdvhtx.html
网友评论