textSelectionManager
The text selection manager for this view.
Declaration
var textSelectionManager: NSTextSelectionManager? { get set }Discussion
Setting this property installs gesture recognizers and configures the view to handle text selection interactions. Setting it to nil removes text selection support. The default value is nil.