Storing miscellaneous singleton data in CoreData app?
Storing miscellaneous singleton data in CoreData app?
- Subject: Storing miscellaneous singleton data in CoreData app?
- From: Rick Mann <email@hidden>
- Date: Wed, 28 May 2008 00:43:22 -0700
I have a little CoreData app that seems to work as I want it to. I
have a list in my UI and I can add and remove items to it, and a
customized detail view that displays the data for the currently-
selected item.
I also want to display some data in the detail view that is global to
the document. What's the best/easiest way to add that information to
my document and make it available to a text field via bindings? Do I
need to create additional CoreData schema? The thing is, there should
only ever be one of this global data, not many rows in a table.
TIA,
--
Rick
_______________________________________________
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