美文网首页
iOS 13 模态跳转适配

iOS 13 模态跳转适配

作者: 小笨憨 | 来源:发表于2019-11-22 10:59 被阅读0次

iOS 13 模态跳转出来的界面,不再像之前版本是全屏的了。通过读取modalPresentationStyle属性来返回具体呈现样式。默认情况下,UIViewControllerUIModalPresentationAutomatic设置为UIModalPresentationPageSheet,但是系统提供的子类可以将UIModalPresentationAutomatic设置为其他的呈现样式。从iOS 13.0开始,在iOS上默认为UIModalPresentationAutomatic,在以前的版本上默认为UIModalPresentationFullScreen。在所有其他平台上,默认为UIModalPresentationPageSheet

相关文章

网友评论

      本文标题:iOS 13 模态跳转适配

      本文链接:https://www.haomeiwen.com/subject/oaufwctx.html