Contents

safariViewControllerDidFinish(_:)

Tells the delegate that the user dismissed the view.

Declaration

optional func safariViewControllerDidFinish(_ controller: SFSafariViewController)

Parameters

  • controller:

    The view controller.

Discussion

You can perform any necessary cleanup here. The view controller is dismissed afterwards.

See Also

Working with the View Controller