Contents

searchDisplayControllerWillBeginSearch(_:)

Tells the delegate that the controller is about to begin searching.

Declaration

optional func searchDisplayControllerWillBeginSearch(_ controller: UISearchDisplayController)

Parameters

  • controller:

    The search display controller for which the receiver is the delegate.

See Also

Responding to search state change