Share via


UISearchDisplayDelegate_Extensions.DidShowSearchResults Method

Definition

Indicates that the controller has begun displayed its UITableView of results.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidShowSearchResults(this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidShowSearchResults : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * UIKit.UITableView -> unit

Parameters

tableView
UITableView
Attributes

Applies to