When I call presentViewController(mySafariViewController, animated: true, completion: nil), the view always animates from the right side like a navigation controlle
presentViewController(mySafariViewController, animated: true, completion: nil)
I had to call mySafariViewController.modalPresentationStyle = .overFullScreen (Swift 3 syntax)
mySafariViewController.modalPresentationStyle = .overFullScreen