devxoul / URLNavigator

⛵️ Elegant URL Routing for Swift
MIT License
3.25k stars 297 forks source link

【iOS 13】present model issues #135

Open 279961172 opened 5 years ago

279961172 commented 5 years ago

iOS 13 present view controller should set modalPresentationStyle to fullscreen style

devxoul commented 5 years ago

You can set it via UIViewController.modalPresentationStyle = .fullScreen.

ghost commented 4 years ago

set modalPresentationStyle doesn't work...

ghost commented 4 years ago

「someViewController.modalPresentationStyle = .fullScreen」work in 「init」!