I have an NSTableView, and I have successfully implemented both tableView:validateDrop:proposedRow:proposedDropOperation: and tableView:acceptDrop:row:dropOperation:
I do not need tableView:writeRowsWithIndexes:toPasteboard: because to drag and drop objects from NSTableView.
Now the problem is that I want it to behave like iTunes. In iTunes 9.x (I donβt remember it for previous versions) you have an NSTableView (playlist), and when you drag the file on top of it, you get this blue focus inside the NSTableView (maybe it is NSScrollView?), And you donβt have a blue horizontal line indicating where you are going to embed the object. So basically I would like to:
Any help would be greatly appreciated, therefore in advance.
source share