endFloatingCursor()
Tells the object when the gesture that the system uses to manipulate the cursor ends.
Declaration
optional func endFloatingCursor()Discussion
UIKit calls this method at the end of the two-finger pan gesture used to pick up the cursor. You can use this method to clean up the visual state of your text view.
If you do not implement this method, UIKit provides visual feedback only when the selection changes.