Slide 34
Slide 34 text
NSTableView
•Cell-based or view-based content modes
•Columns
nstableview is well-suited to these kinds of functions
- cell-based, as in cell in a spreadsheet, plain text
- view-based, as in it has subviews, and probably custom layout
- different delegate methods by content mode
- more than one column, concern for cell population
- sometimes easily built by bindings