URLNavigator
URLNavigator copied to clipboard
【iOS 13】present model issues
iOS 13 present view controller should set modalPresentationStyle to fullscreen style
You can set it via UIViewController.modalPresentationStyle = .fullScreen.
set modalPresentationStyle doesn't work...
「someViewController.modalPresentationStyle = .fullScreen」work in 「init」!