Re: Subclass of NSMutableDictionary hanging
Re: Subclass of NSMutableDictionary hanging
- Subject: Re: Subclass of NSMutableDictionary hanging
- From: Jerry Krinock <email@hidden>
- Date: Sat, 03 Mar 2007 12:26:44 -0800
- Thread-topic: Subclass of NSMutableDictionary hanging
on 07/03/03 10:10, Keary Suska at email@hidden wrote:
> If your member count is large or varies significantly you could have a
> custom object that maintains a dictionary and override the KVC
> -valueForUndefinedKey methods in your object for transparent access to the
> dictionary.
Yes, this is a cool trick; think of it as a "thin wrapper" around NSMutable
Dictionary. It's quite easy to convert an existing NSMutableDictionary into
one of these.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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