ios 13 以上present 页面不是全屏的问题

318 阅读1分钟

被推入的vc 需要设置这个属性 modalPresentationStyle 代码如下

self.navigationController?.present(AddCategoryController().then({ attr in
            attr.modalPresentationStyle = .fullScreen
        }), animated: false)