I have an NSImageView that I need to drag it around. I know to use the mouseDragged: method in the NSImageView subclass. I looked in the Apple Documentation and I didn't see a property or method for getting the NSImageView's position. How can I use the mouseDragged: method so the user can drag the NSImageView only horizontally and vertically. The movement will also need to be animated.
Thanks!
Thanks!