I've been struggling over this for several days now and can't crack it. How do I achieve that neat photo cropping you see in iPhoto?
I tried using an NSImageView with a semi transparent CALayer allowing me to draw the cropping tool, but that doesn't work as the layer makes the image invisible (even though its transparency is set to 0.5).
I'm not asking for detailed code, just the global approach.