Contents

delegate

An object that provides behavior for the Safari view controller’s Done and Action buttons.

Declaration

weak var delegate: (any SFSafariViewControllerDelegate)? { get set }

Discussion

Provide a SFSafariViewControllerDelegate object to respond to the Done and Action buttons.

See Also

Responding to View Controller Interaction