FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSArray(Rearrange) Category Reference

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...
 

Detailed Description

NSArray rearrangement methods extension.

Method Documentation

- (void) moveObjectAtIndex: (NSUInteger)  fromIndex
toIndex: (NSUInteger)  toIndex 

Moves the object in the array at given index to another index.

Parameters
fromIndexThe index of the object with which to moves.
toIndexThe index of the object wants moves to.

The documentation for this category was generated from the following file: