Share via


UISearchDisplayDelegate.WillUnloadSearchResults Method

Definition

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

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

Parameters

tableView
UITableView

Implements

Attributes

Applies to