Tuesday, Jun 10, 2008 Using NSTreeController in NSOutlineView
I’ve been working on Core Data and using it to store hierarchical data. There are many discussions about this topic on the Internet. Here’s those I found useful to me:
- NSTreeController – Cocoadev
- NSOutlineView Bindings Help – Cocoadev
- NSTreeController Bug – Cocoadev
- NSTreeController bug or developer error – Cocoadev
- Core Data, NSTreeController & NSOutlineView – This isn’t extremely well written. But it does show a few common mistakes using Core data. Look at the comments left by other guys to know more.
- NSTreeController and Core Data, Sorted. – very well written post. I like him mentioning drag and drop in the article.
- AbstractTree – Sample code from Apple. Download it and check the index.html file. It does mention the “parent == nil” thing :P