Contents

selectionManagerDidEndSelection(_:)

Tells the delegate that a selection gesture has ended.

Declaration

optional func selectionManagerDidEndSelection(_ selectionManager: NSTextSelectionManager)

Parameters

  • selectionManager:

    The selection manager that ended selection.

Discussion

The selection manager calls this method after finishing processing a selection gesture, such as when the user releases the mouse button.