UISearchControllerDelegate_Extensions.PresentSearchController Method

Definition

Presents the searchController to the user.

public static void PresentSearchController (this UIKit.IUISearchControllerDelegate This, UIKit.UISearchController searchController);
static member PresentSearchController : UIKit.IUISearchControllerDelegate * UIKit.UISearchController -> unit

Parameters

This
IUISearchControllerDelegate

The instance on which this extension method operates.

searchController
UISearchController

Applies to