Sdílet prostřednictvím


UISearchDisplayDelegate.ShouldReloadForSearchString Method

Definition

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

[Foundation.Export("searchDisplayController:shouldReloadTableForSearchString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldReloadForSearchString(UIKit.UISearchDisplayController controller, string forSearchString);
[<Foundation.Export("searchDisplayController:shouldReloadTableForSearchString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool
override this.ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool

Parameters

forSearchString
String

Returns

Implements

Attributes

Applies to