I'd like to create the content lists in the style of the Finder window's left pane (similarly in the style Mail/iTunes/etc). Currently my NSTableView/NSOutlineView implementation looks a little basic. Is there any tutorial that can help me mimic the Apple look? In particular, I'm after the header rows, the colours, etc.
feedback
|
|
You need to get a source list first: You can get those really cool headers by implementing a delegate method:
This would get you the selection gradient, blue background, etched header rows, etc. | |||
|
feedback
|
|
You should have a look at PXSourceList, it has the Apple look & feel. | |||
|
feedback
|