UITextFieldDelegate.ShouldBeginEditing(UITextField) Method

Definition

Whether editing should begin in the specified text field.

[Foundation.Export("textFieldShouldBeginEditing:")]
public virtual bool ShouldBeginEditing (UIKit.UITextField textField);
abstract member ShouldBeginEditing : UIKit.UITextField -> bool
override this.ShouldBeginEditing : UIKit.UITextField -> bool

Parameters

textField
UITextField

Returns

Attributes

Applies to