Contents

TextSelectability

A type that describes the ability to select text.

Declaration

protocol TextSelectability

Overview

To configure whether people can select text in your app, use the textSelection(_:) modifier, passing in a text selectability value like enabled or disabled.

Topics

Getting selectability options

Specifying selectability

Supporting types

See Also

Selecting text