Search code examples
cocoamacositunes

How can I get the left "Tableview" in iTunes?


How can I make the left side use a tableview? It has the music, films, etc. How can I use it in my cocoa app?


Solution

  • 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.