views:

65

answers:

1

I'm trying to create a simple sidebar using NSOutlineView..... how would I do this? (I'm using CoreData)

+1  A: 

Apple has sample code that shows exactly how to do this. The example doesn't use Core Data but the principles are the same. There is another sample that shows how to use NSOutlineView with Core Data.

Rob Keniger