NSMutableDictionary (EDExtensions)


Declared In:
NSDictionary+Extensions.h


Category Description

Various common extensions to NSMutableDictionary.


Method Types

- addObject:toArrayForKey:

Instance Methods

addObject:toArrayForKey:

- (void)addObject:(id)object toArrayForKey:(id)key

Assumes that all values are instances of NSMutableArray. Creates a dictionary instance if required and adds the object to the array.


Version 2.0 Copyright ©2002. All Rights Reserved.