Can anyone please suggest me a good sample code for zooming image in NSImageView. Thanks.
+3
A:
If you look at the documentation, you'll see that NSImageView doesn't support this. Use Image Kit instead.
Peter Hosey
2009-07-02 08:17:56
+1
A:
Perhaps you want to try using ImageKit's IKImageView instead. This gives you zooming, rotation, etc...all for free.
Reed Olsen
2009-07-31 22:19:40
Yeah, ImageKit is a nice idea, but my requirement is NSImageView
lance
2009-08-10 10:00:55