Contents

searchDisplayController(_:willHideSearchResultsTableView:)

Tells the delegate that the controller is about to hide its table view.

Declaration

optional func searchDisplayController(_ controller: UISearchDisplayController, willHideSearchResultsTableView tableView: UITableView)

Parameters

  • controller:

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

  • tableView:

    The search display controller’s table view.

See Also

Showing and hiding the table view