I'd like to implement drag and drop behavior with "snapping" to guides in my application. I have looked at both the NSDraggingSource and NSDraggingDestination protocols and there seems to be no obvious way of modifying the position of the dragged image. Do I need to make my own transparent window and handle all drag-drawing myself to accomplish this?
You can either use your own window or draw the dragged content in your own content view(s). Feel free to file a bug requesting this behavior in the drag code.
-Ben _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com