On 07/01/2010, at 8:52 AM, Michael A. Crawford wrote: > Never used this view/control before. I'm looking for resources to help me > shorten the curve, especially when used with the NSTreeController. I'm also > considering switching my model to CoreData. Currently I have some code > working that uses neither CoreData nor NSTreeController and I wondering if I > should stick with it or switch.
I'd personally highly recommend avoiding NSTreeController for anything other than trivial usage. It has a lot of problems, especially when used with Core Data. However, here's some Apple Sample Code: http://developer.apple.com/mac/library/samplecode/AbstractTree/ and there's quite a few hits here... http://www.google.com/search?q=nstreecontroller+core+data -- Rob Keniger _______________________________________________ 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]
