Share via


IUISearchResultsUpdating.UpdateSearchResultsForSearchController Method

Definition

Updates the results when the user makes changes or when the search bar becomes the first responder.

[Foundation.Export("updateSearchResultsForSearchController:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateSearchResultsForSearchController(UIKit.UISearchController searchController);
[<Foundation.Export("updateSearchResultsForSearchController:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateSearchResultsForSearchController : UIKit.UISearchController -> unit
override this.UpdateSearchResultsForSearchController : UIKit.UISearchController -> unit

Parameters

searchController
UISearchController
Attributes

Applies to