SFSafariViewController presentViewController animation

前端 未结 1 538
旧时难觅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条回答
  •  Happy的楠姐
    2021-02-19 09:33

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

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