SFSafariViewController presentViewController animation

前端 未结 1 539
旧时难觅i
旧时难觅i 2021-02-19 08:44

When I call presentViewController(mySafariViewController, animated: true, completion: nil), the view always animates from the right side like a navigation controlle

相关标签:
1条回答
  • 2021-02-19 09:33

    I had to call mySafariViewController.modalPresentationStyle = .overFullScreen (Swift 3 syntax)

    0 讨论(0)
提交回复
热议问题