NSMutableArray Class Reference
PDF
Overview
Tasks
Creating and Initializing a Mutable Array
Adding Objects
Removing Objects
Replacing Objects
Filtering Content
Rearranging Content
Class Methods
arrayWithCapacity:
Instance Methods
addObject:
addObjectsFromArray:
exchangeObjectAtIndex:withObjectAtIndex:
filterUsingPredicate:
initWithCapacity:
insertObject:atIndex:
insertObjects:atIndexes:
removeAllObjects
removeLastObject
removeObject:
removeObject:inRange:
removeObjectAtIndex:
removeObjectIdenticalTo:
removeObjectIdenticalTo:inRange:
removeObjectsAtIndexes:
removeObjectsFromIndices:numIndices:
removeObjectsInArray:
removeObjectsInRange:
replaceObjectAtIndex:withObject:
replaceObjectsAtIndexes:withObjects:
replaceObjectsInRange:withObjectsFromArray:
replaceObjectsInRange:withObjectsFromArray:range:
setArray:
sortUsingDescriptors:
sortUsingFunction:context:
sortUsingSelector:
Revision History
Index
Companion Guides
Collections Programming Topics for Cocoa
Key-Value Coding Programming Guide