Düzenle

Aracılığıyla paylaş


UISearchDisplayDelegate.ShouldReloadForSearchString Method

Definition

Whether the results table view should be reloaded for a given search string.

[Foundation.Export("searchDisplayController:shouldReloadTableForSearchString:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReloadForSearchString (UIKit.UISearchDisplayController controller, string forSearchString);
abstract member ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool
override this.ShouldReloadForSearchString : UIKit.UISearchDisplayController * string -> bool

Parameters

forSearchString
String

Returns

Attributes

Applies to