NSTreeController and Core Data
NSTreeController and Core Data
- Subject: NSTreeController and Core Data
- From: "Marcus S. Zarra" <email@hidden>
- Date: Tue, 12 Jul 2005 12:49:03 -0600
I am trying to set up an NSBrowser to read data from an
NSTreeController that is linked to a CoreData ManagedObjectContext and
am running into a lack of documentation.
Hopefully someone out there has worked in this area and can give me a
couple of pointers :)
I have a data model set up as follows:
Group Entity
------------------
parent <--------->> Group
children <<--------> Group
items <-------->> Items
Item
----------------
group <<---------> Group
I have bound the NSTreeController in Interface Builder to the
ManagedObjectContext but I am honestly at a loss as to where to go
next.
Thanks for any help.
Marcus S. Zarra
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden