I write a demo try to drag some files to a NSTableView and show the files' names in the tableview.I use NSArrayController to control the files,the problem is that I can't see the files in the tableview after dragging the files.I'm sure the files are added to the array,when I double click any cell,the cell will show the file name when it is under edit model.
Could anyone help me? thanks