NSStackView Tutorial

(Xcode 9, macOS 10.12, Swift 4) Stackviews exist mainly to make layout easier (we’ll not go much into NSGridView here, which is the ‘we found another use case for which stackViews aren’t all that great’ variant). In this post, we’ll see what else we can do with stackviews, and where the pitfalls are. I find […]