//Objective-C, 直接写在 .m 中
@implementationUIViewController(iOS13)
-(UIModalPresentationStyle)modalPresentationStyle
{returnUIModalPresentationFullScreen;
}
@end
仅做笔记 ~
//Objective-C, 直接写在 .m 中
@implementationUIViewController(iOS13)
-(UIModalPresentationStyle)modalPresentationStyle
{returnUIModalPresentationFullScreen;
}
@end
仅做笔记 ~
本文标题:ios 13.0 present 视图变化
本文链接:https://www.haomeiwen.com/subject/dkzngctx.html
网友评论