UIKit.UISearchDisplayDelegate: Method Members

The methods of UIKit.UISearchDisplayDelegate are listed below. For a list of all members, see the UISearchDisplayDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

DidBeginSearch(UISearchDisplayController)
Indicates that the UISearchDisplayController has begun searching.
DidEndSearch(UISearchDisplayController)
Indicates that the UISearchDisplayController has finished searching.
DidHideSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController has hidden its table view.
DidLoadSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController has loaded its results table view.
DidShowSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController has begun displaying its results table view.
ShouldReloadForSearchScope(UISearchDisplayController, nint) : bool
Whether the results table view should be reloaded for a given scope.
ShouldReloadForSearchString(UISearchDisplayController, string) : bool
Whether the results table view should be reloaded for a given search string.
WillBeginSearch(UISearchDisplayController)
Indicates that the UISearchDisplayControler is about to begin searching.
WillEndSearch(UISearchDisplayController)
Indicates that the UISearchDisplayController is about to end searching.
WillHideSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController is about to hide its results table view.
WillShowSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController is about to display its table view.
WillUnloadSearchResults(UISearchDisplayController, UITableView)
Indicates that the UISearchDisplayController is about to unload its results table view.