我有一个申请流程
第一个presentviewController
-> pushViewController
-> PushViewController
->单击按钮动作,显示TabBarContorller,位于.present(manner)
DispatchQueue.main.async {
let tabBarController = TabBarController.instantiate()
tabBarController.modalPresentationStyle = .overFullScreen
self.present(tabBarController, animated: true)
}
应用程序在iOS 11中运行良好。在iOS 13上运行时,其显示黑色屏幕
好吧,我想如果您先介绍一下push,然后再介绍一下,我想这对应用程序没有什么影响。
您的输入内容将得到突出显示
谢谢。