Share via


UISearchDisplayDelegate_Extensions.DidLoadSearchResults Method

Definition

Indicates that the controller has loaded its UITableView of results.

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

Parameters

tableView
UITableView
Attributes

Applies to