useFastSameViewOperations
A Boolean value that determines whether the text view can use fast inline dropping when the source and destination are in the same text view.
Declaration
var useFastSameViewOperations: Bool { get set }Discussion
If this property is true, the drag item data isn’t used. Instead, the drop operation moves or copies the text from its original position to the dropped position within the text view. The default value is true.