UISearchControllerDelegate_Extensions Class

Definition

Extension methods to the IUISearchControllerDelegate interface to support all the methods from the UISearchControllerDelegate protocol.

public static class UISearchControllerDelegate_Extensions
type UISearchControllerDelegate_Extensions = class
Inheritance
UISearchControllerDelegate_Extensions

Remarks

The extension methods for IUISearchControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UISearchControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidDismissSearchController(IUISearchControllerDelegate, UISearchController)

The searchController was dismissed.

DidPresentSearchController(IUISearchControllerDelegate, UISearchController)

The searchController was presented.

PresentSearchController(IUISearchControllerDelegate, UISearchController)

Presents the searchController to the user.

WillDismissSearchController(IUISearchControllerDelegate, UISearchController)

The searchController is about to be dismissed.

WillPresentSearchController(IUISearchControllerDelegate, UISearchController)

The searchController is about to be presented.

Applies to