Top "Nsimageview" questions

An NSImageView object displays a single image from an NSImage object in a frame.

NSImageView image aspect fill?

So I am used to UIImageView, and being able to set different ways of how its image is displayed in …

macos nsimageview
Mac OS Cocoa: Draw a simple pixel on a canvas

I wish I would find an answer for this. I have searched and searched and couldn't the right answer. Here …

objective-c cocoa macos pixel nsimageview
Setting an image on NSImageView

I'm having a problem with my program. Basically what i want is, i have 2 nssecuretextfield and i have a button. …

xcode cocoa macos nsimage nsimageview
mouseEntered and mouseExited not called in NSImageView SubClass

I created a subclass of NSImageView to capture mouseEntered and mouseExited events. But only mouseUp and mouseDown events are getting …

objective-c macos cocoa nsimageview
Resize and Save NSImage?

I have an NSImageView which I get an image for from an NSOpenPanel. That works great. Now, how can I …

objective-c macos nsimage nsimageview nsopenpanel
Swift: How to change NSImage image source?

I'm a newbee with XCode and Swift. Trying to simply set an image in my view in an OS X …

xcode swift nsview nsimage nsimageview
Confused about NSImageView scaling

I'm trying to display a simple NSImageView with it's image centered without scaling it like this: Just like iOS does …

cocoa nsimageview