Contents

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.

See Also

Related Documentation

Notifying the delegate of textual changes