Condividi tramite


UISearchControllerDelegate.WillPresentSearchController Method

Definition

The searchController is about to be presented.

[Foundation.Export("willPresentSearchController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillPresentSearchController(UIKit.UISearchController searchController);
[<Foundation.Export("willPresentSearchController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillPresentSearchController : UIKit.UISearchController -> unit
override this.WillPresentSearchController : UIKit.UISearchController -> unit

Parameters

searchController
UISearchController

Implements

Attributes

Applies to