textInput
The text input object that manages the selection.
Declaration
weak var textInput: (any UITextInput)? { get }Mentioned in
Discussion
Use this property to refer to the text input view that manages the text selection. You specify this view when you create the UITextSelectionDisplayInteraction object.