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
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)Whether editing should begin in the specified text field. | ||
ShouldChangeCharacters(UITextField, Foundation.NSRange, string)Whether the specified text should be changed. | ||
ShouldClear(UITextField)Whether the specified text field's current contents should be removed. | ||
ShouldEndEditing(UITextField)Whether editing should stop in the specified text field. | ||
ShouldReturn(UITextField)Whether the text field should process the pressing of the return button. | ||