I have an NSImageView object sized to a specific aspect ratio. The view is set up as editable and I can drag and drop images into it. How do I set it up so the user can drag the embedded image around, effectively reframing it within the frame of the imageView?
Thanks.