Open 279961172 opened 5 years ago
iOS 13 present view controller should set modalPresentationStyle to fullscreen style
You can set it via UIViewController.modalPresentationStyle = .fullScreen.
UIViewController.modalPresentationStyle = .fullScreen
set modalPresentationStyle doesn't work...
「someViewController.modalPresentationStyle = .fullScreen」work in 「init」!
iOS 13 present view controller should set modalPresentationStyle to fullscreen style