Share via


IUISearchDisplayDelegate.WillHideSearchResults Method

Definition

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

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

Parameters

tableView
UITableView
Attributes

Applies to