- Declared In:
- NSArray+misc.h
- - deepMutable
- - appendPathComponent:
- (NSMutableArray *)appendPathComponent:(NSString *)name
Adds the given path component to each of the paths in !self. Returns an NSMutableArray, suitable for further processing.
- (NSMutableArray *)deepMutable
This method operates only upon an array of dictionaries. It returns a mutable copy of the array of Dictionaries. The array returned is an NSMutableArray, and the dictionaries contained are of class NSMutableDictionary