Partager via


UISearchDisplayDelegate_Extensions Classe

Définition

Méthodes d’extension à l’interface IUISearchDisplayDelegate pour prendre en charge toutes les méthodes du UISearchDisplayDelegate protocole.

public static class UISearchDisplayDelegate_Extensions
type UISearchDisplayDelegate_Extensions = class
Héritage
UISearchDisplayDelegate_Extensions

Remarques

Les méthodes d’extension pour IUISearchDisplayDelegate permettre aux développeurs de traiter les instances de l’interface comme ayant toutes les méthodes facultatives du protocole d’origine UISearchDisplayDelegate . Étant donné que l’interface contient uniquement les membres requis, ces méthodes d’extension permettent aux développeurs d’appeler les membres facultatifs du protocole.

Méthodes

DidBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Les développeurs ne doivent pas utiliser cette méthode dépréciée.

DidEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est terminée.

DidHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a masqué sa vue table des résultats.

DidLoadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a chargé son UITableView des résultats.

DidShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur a commencé à afficher son UITableView des résultats.

ShouldReloadForSearchScope(IUISearchDisplayDelegate, UISearchDisplayController, nint)

Indique si les données doivent être rechargées, compte tenu de la modification des options de recherche.

ShouldReloadForSearchString(IUISearchDisplayDelegate, UISearchDisplayController, String)

Indique si les données doivent être rechargées, compte tenu de la modification de la chaîne de recherche.

WillBeginSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est sur le point de démarrer.

WillEndSearch(IUISearchDisplayDelegate, UISearchDisplayController)

Indique que la recherche est sur le point de se terminer.

WillHideSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point de masquer son UITableView des résultats.

WillShowSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point d’afficher son UITableView des résultats.

WillUnloadSearchResults(IUISearchDisplayDelegate, UISearchDisplayController, UITableView)

Indique que le contrôleur est sur le point de décharger son UITableView des résultats.

S’applique à