Cocoa: create iTunes / stuff like sidebar with Xcode 4.0

Does anyone know how I can create iTunes / Things like Sidebar with Xcode 4.0 (Screenshot: http://i.stack.imgur.com/7uvCt.png )? I am new to this and tried to play with NSSplitView and NSTableView, but I have no idea how to get the β€œName” (for example, β€œErfassen” or β€œFokussieren”) and the Numbers with numbers (β€œ8”) in Eingang, β€œ4” in Heute).

Thank you so much!

+3
source share
2 answers

Use NSOutlineVIew instead of NSTableView. I suggest using a tutorial for this. It is quite difficult for beginners. http://www.osxentwicklerforum.de/index.php?page=Thread&postID=117417&highlight=sidebar#post117417

+3
source

Here is another good turnkey solution: https://github.com/perspx/PXSourceList

+4
source

All Articles