• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Core Data Relationships
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Core Data Relationships
      • From: Walker Argendeli <email@hidden>
  • Prev by Date: Alternative to NSWorkspace iconForFileType for icons?
  • Next by Date: NSDate And Super Class
  • Previous by thread: Re: Alternative to NSWorkspace iconForFileType for icons?
  • Next by thread: Re: Core Data Relationships
  • Index(es):
    • Date
    • Thread