searchDisplayControllerDidEndSearch(_:)
Tells the delegate that the controller has finished searching.
Declaration
optional func searchDisplayControllerDidEndSearch(_ controller: UISearchDisplayController)Parameters
- controller:
The search display controller for which the receiver is the delegate.