我正试图从一个modalPresentationStyle为.automation.的视图控制器中,以全屏显示modalPresentation样式的新视图控制器
我为新的VC添加了模式PresentationStyle作为.fullscreen。但它只是与旧的VC匹配。我怎样才能达到同样的目的。我用的是swift 5。提前谢谢
这应该做到…
vc.modalPresentationStyle = .overFullScreen
使用.overFullScreen
而不是.fullScreen