Thread-topic: Subclass of NSMutableDictionary hanging
User-agent: Microsoft-Entourage/11.3.3.061214
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden