Contents

delegate

The search controller’s delegate.

Declaration

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

Discussion

Use the delegate object to receive notifications when the search results controller is presented and dismissed. You might use these notifications to customize the search interface or perform related actions.

See Also

Responding to presentation and dismissal