When I call presentViewController(mySafariViewController, animated: true, completion: nil)
, the view always animates from the right side like a navigation controller.
I tried calling mySafariViewController.modalTransitionStyle = .CoverVertical
but it doesn't work.
How can I change this?
I had to call mySafariViewController.modalPresentationStyle = .overFullScreen
(Swift 3 syntax)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With