UISearchDisplayDelegate.DidLoadSearchResults Method

Definition

Indicates that the UISearchDisplayController has loaded its results table view.

[Foundation.Export("searchDisplayController:didLoadSearchResultsTableView:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidLoadSearchResults (UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
abstract member DidLoadSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit
override this.DidLoadSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit

Parameters

tableView
UITableView
Attributes

Applies to