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.