CoreData relationships in IB
CoreData relationships in IB
- Subject: CoreData relationships in IB
- From: T Reaves <email@hidden>
- Date: Sun, 22 May 2005 14:44:30 -0400
I have a UI setup to display and edit CoreData objects. I have
ObjectA and ObjectB; ObjectA contains an ObjectB. On my UI I have
fields for both ObjectA and ObjectB. The fields for ObjectB are
bound to objectB.field. All well and good.
It does not appear that CoreData and the object controllers can
instantiate the instance of ObjectB when objectB.field is set. Is
this correct? Do I have to go ahead and create .h & .m files for my
objects, and do the initialization of the contained objects there?
Or is there a way to set this up in CoreData nd IB?
Thanks.
_______________________________________________
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