Moving to CoreData - List attributes
Moving to CoreData - List attributes
- Subject: Moving to CoreData - List attributes
- From: Lee Morgan <email@hidden>
- Date: Sat, 14 May 2005 21:29:35 -0400
I'm moving my app over to CoreData and I'm having a little bit of
trouble wrapping my head around one part.
In my app I have an array of "Items" (NSDictionary) that each contain
a list of "Conditions" (NSString) that correspond to the Conditions
Value (NSNumber). In my gui I have it setup so that the items are
displayed in a list view with each item having a popup menu for the
condition of the item. The user can then choose the condition from
this popup menu, and the currently selected condition's value is
displayed in a text field cell within the row of the item.
I'm looking for the best way to implement this using CoreData, but I
just can't figure out how to do it. I've looked at the OutlineEdit
example which is close to what I'm looking for, it displays a list of
options, however I can't seem to find a way to change what is
displayed in a text field based on what is selected from the list. Is
CoreData able to do this?
Thanks,
Lee
_______________________________________________
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