Contents

handleViews

The view that draws the selection handles for the selected text.

Declaration

var handleViews: [any UIView & UITextSelectionHandleView] { get set }

Mentioned in

Discussion

When you install the interaction on your text input view, the system installs two views in this property that provide the standard system appearance for the selection handles. You can replace these views with custom ones you provide to change the appearance of the selection handles.

See Also

Getting the system selection views