Re: Mixing Object Types in a NSDictionary
Re: Mixing Object Types in a NSDictionary
- Subject: Re: Mixing Object Types in a NSDictionary
- From: Chris Suter <email@hidden>
- Date: Wed, 12 Jul 2006 09:54:52 +1000
On 12/07/2006, at 9:48 AM, Rosyna wrote:
That's how it was designed. Most NSDictionaries will mix the types
of values.
Ack, at 7/11/06, Kam Dahlin said:
I have a model class that I thought would be easier built and more
future proof by having my instance members stored inside of a
single NSDictionary, instead of having a big list of instance
members in my model class. I have types of NSImage, NSNumber and
NSString and was wondering if it is a bad practice to mix these
object types in a NSDictionary?
I'm no expert (not having used CoreData myself), but I was under the
impression that sub-classes of NSManagedObject will store instance
members in exactly this way, so you should consider using that.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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