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.