textDidChange(_:)
Tells the input delegate when text has changed in the document.
Declaration
func textDidChange(_ textInput: (any UITextInput)?)Parameters
- textInput:
The document instance whose class adopts the UITextInput protocol.
Tells the input delegate when text has changed in the document.
func textDidChange(_ textInput: (any UITextInput)?)The document instance whose class adopts the UITextInput protocol.