Is this possible?
I have a table which list file names and paths of images dropped onto my app. I then want to be able to drag the filename from the table view to an image view and load that files image in the image view.
I have the drops enabled and I have drag selected in IB on the table but I can’t drag the cell with the file name out of it.
I hope this makes sense.
Any help would be appreciated.