|
FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSArray rearrangement methods extension. More...
#import <NSArray.h>
Instance Methods | |
| (void) | - moveObjectAtIndex:toIndex: |
| Moves the object in the array at given index to another index. More... | |
NSArray rearrangement methods extension.
| - (void) moveObjectAtIndex: | (NSUInteger) | fromIndex | |
| toIndex: | (NSUInteger) | toIndex | |
Moves the object in the array at given index to another index.
| fromIndex | The index of the object with which to moves. |
| toIndex | The index of the object wants moves to. |