Share via


UISearchDisplayDelegate_Extensions.ShouldReloadForSearchString Method

Definition

Whether data should be reloaded, given the change in search string.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldReloadForSearchString(this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, string forSearchString);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldReloadForSearchString : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * string -> bool

Parameters

forSearchString
String

Returns

Attributes

Applies to