Hi, I'm looking to implement a simple iTunes/Mail like source list in an app, and have been rummaging through the internets for some decent tutorials and sample code. I found some, but they are all a bit outdated. Basically, I want to combine my Core Data model with an NSOutlineView and NSTreeController all connected through bindings. However, I've also come accross some websites (eg http://blog.wilshipley.com/2006/04/pimp-my-code-part-10-whining-about.html or http://www.cocoadev.com/index.pl?NSTreeController) that state that NSTreeController, Core Data and bindings are not really working well together, and I should use the datasource approach. Is this still the case, or has NSTreeController improved over the years and can it be used with bindings without any problems?
- Koen. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
