Drag a JPEG from Finder to Cocoa
Drag a JPEG from Finder to Cocoa
- Subject: Drag a JPEG from Finder to Cocoa
- From: Ivan Myrvold <email@hidden>
- Date: Sat, 29 Sep 2001 13:54:24 +0400
I want the users of my program to drag images from Finder into a view on
my Cocoa application, and have the image to stay in the view. I have not
seen any examples of this anywhere, and would be grateful for any code
example from anyone who have done this. But as I understand it from
Apples documentation, I must implement the NSDraggingDestination
protocol.
Ivan