UISearchBarDelegate.ShouldBeginEditing(UISearchBar) Method

Definition

Whether editing should begin in the specified search bar.

[Foundation.Export("searchBarShouldBeginEditing:")]
public virtual bool ShouldBeginEditing (UIKit.UISearchBar searchBar);
abstract member ShouldBeginEditing : UIKit.UISearchBar -> bool
override this.ShouldBeginEditing : UIKit.UISearchBar -> bool

Parameters

searchBar
UISearchBar

Returns

Attributes

Applies to