Contents

searchDisplayControllerDidBeginSearch(_:)

Tells the delegate that the controller has started searching.

Declaration

optional func searchDisplayControllerDidBeginSearch(_ controller: UISearchDisplayController)

Parameters

  • controller:

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

See Also

Responding to search state change