NSView Implements basic drawing, event handling and printing behaviors for applications.
I'm looking for the best way to change the backgroundColor of an NSView. I'd also like to be able to …
objective-c macos background-color nsviewSince the template of an OS X app in Xcode seems to be similar to an empty app template, the …
objective-c macos cocoa nsview nswindowWhat is the process of drawing to NSView using storyboards for osx? I have added a NSView to the NSViewController. …
swift macos cocoa nsview xcode-storyboardWhat's the difference between bounds and frame? In fact, why does 'bounds' even exist? The size of 'bounds' is equal …
objective-c cocoa nsviewI have a super view, which has 2 subviews. These subviews are overlapped. Whenever i choose a view from a menu, …
cocoa nsviewIn Yosemite sidebars have a semitransparent "vibrant" background. How can I create a view like that in 10.10/Xcode 6? Can I …
macos interface-builder nsview osx-yosemiteI need to understand how NSView autoresizes it's views. I've set everything up in IB and my subviews resize nicely (…
cocoa macos nsview autoresizeI have a working NSCollectionView with one minor, but critical, exception. Getting and highlighting the selected item within the collection. …
objective-c cocoa nsview nscollectionview nscollectionviewitemHow do you set the size of NSView programmically e.g. -(void)awakeFromNib { self.frame.size.width = 1280; // Does nothing... …
macos nsview window-resizeBasically I would like to test a chart drawing in a Swift playground in NSView.
swift nsview swift-playground