Contents

searchDisplayControllerWillEndSearch(_:)

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

Declaration

optional func searchDisplayControllerWillEndSearch(_ controller: UISearchDisplayController)

Parameters

  • controller:

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

See Also

Responding to search state change