UITextFieldDelegate.ShouldBeginEditing(UITextField) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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