NSView Implements basic drawing, event handling and printing behaviors for applications.
I'm trying to slide in a NSView using core animation. I think I need to use explicit animation rather than …
cocoa delegates core-animation nsview explicitI need to take the contents of an NSView and put them in an NSImage, for an experimental project. Is …
objective-c cocoa macos nsview nsimageI'm a newbee with XCode and Swift. Trying to simply set an image in my view in an OS X …
xcode swift nsview nsimage nsimageviewI have a CGImageRef and I want to display it on an NSView. I already have an CGImageRef from source …
cocoa core-graphics nsview quartz-2dMy app has two different states, and every state will be representing with a NSView. so there is only one …
objective-c macos cocoa nsviewI have a simple class MyView inherited from NSView and instance variable NSImage * image; in it. Class functionality is to …
objective-c cocoa user-interface nsviewI have a ViewController that has 2 NSViews in it of different sizes. I'm wanting to add the view of a …
ios nsview nsviewcontrollerI'm struggling with Cocoa for 2 hours now without success. I want to add a custom view to the toolbar. So, …
cocoa nsview nstoolbar nstoolbaritemI need to get the center point of a NSView in the form of a CGPoint, how can I achieve …
cocoa macos nsview