Event
public enum Event
Encapsulates changes to the text of the text field.
-
An editing session has begun for the text field.
Declaration
Swift
case didBeginEditing(UITextField)
-
The text in the text field has changed.
Declaration
Swift
case didChange(UITextField)
-
The editing session has ended for the text field.
Declaration
Swift
case didEndEditing(UITextField)