URLNavigator icon indicating copy to clipboard operation
URLNavigator copied to clipboard

【iOS 13】present model issues

Open 279961172 opened this issue 6 years ago • 3 comments

iOS 13 present view controller should set modalPresentationStyle to fullscreen style

279961172 avatar Sep 26 '19 03:09 279961172

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

devxoul avatar Sep 28 '19 11:09 devxoul

set modalPresentationStyle doesn't work...

ghost avatar Nov 27 '19 07:11 ghost

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

ghost avatar Nov 27 '19 07:11 ghost