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