How can I get the left "Tableview" in iTunes?
How can I make the left side use a tableview? It has the music,开发者_StackOverflow中文版 films, etc. How can I use it in my cocoa app?
You can use an NSOutlineView
with a source list highlight. NSOutlineView
is a Cocoa class and available in Interface Builder.
Alternatively, you can use Perspx’ PXSourceList.
精彩评论