cleanUpAfterDragOperation()
Releases the drag information still existing after the dragging session has completed.
Declaration
func cleanUpAfterDragOperation()Discussion
Subclasses may override this method to clean up any additional data structures used for dragging. In your overridden method, be sure to invoke super’s implementation of this method.