How to create a pan and zoom canvas (like Photoshop) in Cocoa
I'm working on a really simple drawing app for Mac in Cocoa, and playing around with NSScrollView to create a drawing canvas that dynamically resizes, but it doesn't seem to be working. I want to have an NSView that grows…