iOS 13 以后模态页面不全屏的情况
只需要在父类的控制器中加入以下代码
- (UIModalPresentationStyle)modalPresentationStyle {
return UIModalPresentationFullScreen;
}
iOS 13 以后模态页面不全屏的情况
只需要在父类的控制器中加入以下代码
- (UIModalPresentationStyle)modalPresentationStyle {
return UIModalPresentationFullScreen;
}