Xcode 8.0, macOS 10.11 (This is Part 1 of 3; in which we will create an NSOutlineView with a flexible data structure that can be used for simple trees and for structures like the one below which contain a number of different, unrelated items. Part 2 will deal with inserting and deleting items, and reacting […]
Jan 4 2017
NSOutlineView Part1: Setting up an outlineView.
Xcode 8.0, macOS 10.11 (This is Part 1 of 3; in which we will create an NSOutlineView with a flexible data structure that can be used for simple trees and for structures like the one below which contain a number of different, unrelated items. Part 2 will deal with inserting and deleting items, and reacting […]
By Extelligent Cocoa • Tutorials, Wiki • • Tags: enums, NSOutlineView, protocol-oriented programming