Re: Core Data & Custom Class
Re: Core Data & Custom Class
- Subject: Re: Core Data & Custom Class
- From: Scott Stevenson <email@hidden>
- Date: Tue, 27 Dec 2005 14:38:21 -0800
On Dec 27, 2005, at 2:28 PM, Todd Freese wrote:
Just starting to port my first application to core data. I am a
little confused on when to use a custom managed object class.
You do it when NSManagedObject doesn't do everything you need. I
realize this is a vague answer, but the question is a little vague
too. :)
One of my data classes needs to store a custom type. I created a
transient, undefined attribute and a persistent, binary attribute.
I assume that I need to generate files in order to create the
accessor methods.
Yes.
But do I have to do this for all my data classes, or just the ones
that need a little more tweaking?
Only the ones that need custom code.
- Scott
--
http://theocacao.com/
_______________________________________________
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