UIKit.UITextFieldDelegate: Method Members

The methods of UIKit.UITextFieldDelegate are listed below. For a list of all members, see the UITextFieldDelegate Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

EditingEnded(UITextField)
Indicates that editing has ended in the specified text field.
EditingStarted(UITextField)
Indicates that editing has begun on the specified text field.
ShouldBeginEditing(UITextField) : bool
Whether editing should begin in the specified text field.
ShouldChangeCharacters(UITextField, Foundation.NSRange, string) : bool
Whether the specified text should be changed.
ShouldClear(UITextField) : bool
Whether the specified text field's current contents should be removed.
ShouldEndEditing(UITextField) : bool
Whether editing should stop in the specified text field.
ShouldReturn(UITextField) : bool
Whether the text field should process the pressing of the return button.