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 […]
Jan 5 2018
Storyboard Embed Segues
macOS 10.12, Xcode 9.2 In the macOS Storyboard Segues post I briefly referred to embed segues; I have just used one and found an ideosynchracy that is worth documenting. At the moment, about 100% of bugs (as opposed to cases I didn’t handle or things I forgot to set up) are due to storyboard issues: […]
By Extelligent Cocoa • Wiki • • Tags: containerView, NSStoryboardSegue