I recently tried to implement drag and drop with NSTableView
in a project and ran into a bunch of issues with finding resources that actually helped. Such is the life of a Cocoa developer. So hereβs my attempt at the definitive guide to drag and drop with NSTableView
. (This should also apply to NSOutlineView
, since they work in a similar way.)