Re: MVC, storing VIEW-specific information and core data
Re: MVC, storing VIEW-specific information and core data
- Subject: Re: MVC, storing VIEW-specific information and core data
- From: Karolis Ramanauskas <email@hidden>
- Date: Mon, 9 Mar 2009 19:58:15 -0500
>
> Most of my Core Data entities have a Data blob attribute which is actually
> and archived dictionary of "extra data." Each user's per-document view
> configuration is stored under keys within each blob. The Data blobs start
> out nil which just defaults to something reasonable in each view.
This is what I will probably do. Reasons:
1. No need to create extra entities, objects.
2. Controller may be application specific and take care of deciding what
goes in the "Blob".
3. Only need to fetch this info once at the start, then save it before
closing.
Thanks
_______________________________________________
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