Core Data Relationships
Core Data Relationships
- Subject: Core Data Relationships
- From: Walker Argendeli <email@hidden>
- Date: Tue, 24 Feb 2009 19:52:56 -0500
I apologize beforehand for the beginner-level of this question.
I'm getting started with core data, and I've gone through several
tutorials.
Let's say I have 2 entities: an Item, and a Kind. Each Item has 1
Kind, and each Kind has multiple Items. The Item might have an
attribute, Title, and a relationship to Kind, and Kind might have an
attribute, Title, and a To-Many relationship to Item (inverse).
It seems that in all the examples, a NSPopUpButton is used, with
Content, Content Values, and Selected Object being bindings.
What if I wanted to have say, an NSTextCell where you could enter a
Kind. I haven't decided whether you would be forced to enter a kind
that is already in the Kinds array, or could just type anything.
Anyways, what bindings would I want to use to accomplish this.
Thanks,
- Walker Argendeli
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden