NSMutableArray(DTMoving) Category Reference
Declared in | NSMutableArray+DTMoving.h |
Instance Methods
moveObjectsAtIndexes:toIndex:
Moves the object at the specified indexes to the new location.
- (void)moveObjectsAtIndexes:(NSIndexSet *)indexes toIndex:(NSUInteger)idx
Parameters
- indexes
The indexes of the objects to move.
- idx
The index in the mutable array at which to insert the objects.
Declared In
NSMutableArray+DTMoving.h