UISearchDisplayDelegate
The interface for the delegate of a search display controller.
Declaration
@MainActor protocol UISearchDisplayDelegate : NSObjectProtocolOverview
This protocol defines delegate methods for UISearchDisplayController objects.
Topics
Responding to search state change
searchDisplayControllerWillBeginSearch(_:)searchDisplayControllerDidBeginSearch(_:)searchDisplayControllerWillEndSearch(_:)searchDisplayControllerDidEndSearch(_:)
Loading and unloading the table view
searchDisplayController(_:didLoadSearchResultsTableView:)searchDisplayController(_:willUnloadSearchResultsTableView:)
Showing and hiding the table view
searchDisplayController(_:willShowSearchResultsTableView:)searchDisplayController(_:didShowSearchResultsTableView:)searchDisplayController(_:willHideSearchResultsTableView:)searchDisplayController(_:didHideSearchResultsTableView:)