Nssplitview
An NSSplitView object stacks several subviews within one view so that the user can change their relative sizes
Nstableview
An Apple object that displays data for a set of related records, with rows representing individual records and columns representing the attributes of those records.
Others
Example |
---|
A pattern i also use is to make a simple nstableview slightly shorter than the nssplitview and have buttons at the bottom add delete etc from question How would one implement a sidebar similar to Mail/iTunes/Finder/etc in Cocoa/IB? |