Search code examples
cocoazooming

Image Zoom-In Zoom-Out in NSImageView


Can anyone please suggest me a good sample code for zooming image in NSImageView. Thanks.


Solution

  • If you look at the documentation, you'll see that NSImageView doesn't support this. Use Image Kit instead.