UISearchDisplayDelegate_Extensions.ShouldReloadForSearchString Method

Definition

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldReloadForSearchString (this UIKit.IUISearchDisplayDelegate This, UIKit.UISearchDisplayController controller, string forSearchString);
static member ShouldReloadForSearchString : UIKit.IUISearchDisplayDelegate * UIKit.UISearchDisplayController * string -> bool

Parameters

This
IUISearchDisplayDelegate

The instance on which this extension method operates.

forSearchString
String

Returns

Attributes

Applies to