UISearchBarDelegate_Extensions.ShouldBeginEditing Method

Definition

Whether editing of the search text should be allowed.

public static bool ShouldBeginEditing (this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
static member ShouldBeginEditing : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> bool

Parameters

This
IUISearchBarDelegate

The instance on which this extension method operates.

searchBar
UISearchBar

Returns

Applies to