Share via


UISearchDisplayDelegate.WillShowSearchResults Method

Definition

Indicates that the controller is about to show its UITableView of results.

[Foundation.Export("searchDisplayController:willShowSearchResultsTableView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillShowSearchResults(UIKit.UISearchDisplayController controller, UIKit.UITableView tableView);
[<Foundation.Export("searchDisplayController:willShowSearchResultsTableView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillShowSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit
override this.WillShowSearchResults : UIKit.UISearchDisplayController * UIKit.UITableView -> unit

Parameters

tableView
UITableView

Implements

Attributes

Applies to