Re: CoreData to-many relationships
Re: CoreData to-many relationships
- Subject: Re: CoreData to-many relationships
- From: Scott Stevenson <email@hidden>
- Date: Sat, 21 May 2005 11:04:00 -0700
On May 21, 2005, at 10:58 AM, Scott Stevenson wrote:
Now, in IB, I'm trying to set things up similar to Mail.app. I
have a table of mailboxes. I also have a table of messages. My
mailboxes controller is bound to the AppDelegate/
managedObjectContext, as is mailboxes.
Bind the message controller's contentSet to mailbox controller ->
selection.mailboxes, but keep the managedObjectContext as you have
it now.
Sorry, that should be selection.messages:
Mailbox controller:
managedObjectContext -> AppDelegate, managedObjectContext
Messages controller:
managedObjectContext -> AppDelegate, managedObjectContext
contentSet = Mailbox Controller, selection.messages
- Scott
--
http://treehouseideas.com/
http://theocacao.com/ [blog]
_______________________________________________
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