Jan 15 2017
NSOutlineView Part 2: Making the outlineView useful
Xcode 8, macOS 10.12, Swift 3.0 In Part 1 of this tutorial, we created an outlineView that, thanks to a SourceListItem protocol, was indefinitely flexible: you can have different classes on several levels, or indefinite levels (though it is probably wise to limit this programatically so you don’t nest too deep. It all depends on […]
Feb 16 2017
TDD Basics
This link points to a series of blogposts on TDD (test-driven design) which explains the process very clearly, with a follow-along example. I have reservations about the process, but this is a good place to start if you’re interested.
By Extelligent Cocoa • Application Design, Resources •