searchDisplayController(_:didShowSearchResultsTableView:)
Tells the delegate that the controller just displayed its table view.
Declaration
optional func searchDisplayController(_ controller: UISearchDisplayController, didShowSearchResultsTableView tableView: UITableView)Parameters
- controller:
The search display controller for which the receiver is the delegate.
- tableView:
The search display controller’s table view.