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