Jul 16 2017
NSCollectionView Part 1
Xcode 9b/Swift 4/macOS 10.12 (This tutorial has been updated and tested under Xcode 9 since the previous instructions no longer worked to create new projects, which is exactly the same problem I had going from 7 to 8/10.10 to 10.11. I currently have one project that will compile and run under Xcode 8, but crash […]
Oct 28 2017
macOS Storyboard Segues
The other day I had what I thought a very simple request: I wanted to replace one viewcontroller with another in the same window. This is something that on iOS (particularly iPhones) happens all the time; but somewhat to my suprise, macOS does not have an obvious out-of-the-box solution for this. This turns out to […]
By Extelligent Cocoa • Application Design, Design Patterns, Interface, Wiki • • Tags: NSStoryboardSegue, NSViewController, NSWindowController, storyboards