Instance Method インスタンスメソッド

exchangeObjectAtIndex:withObjectAtIndex:

Exchanges the objects in the array at given indexes. 配列の中のオブジェクトをこれら与えられたインデックスで交換します。

Declaration 宣言

- (void)exchangeObjectAtIndex:(NSUInteger)idx1 
            withObjectAtIndex:(NSUInteger)idx2;

Parameters パラメータ

idx1

The index of the object with which to replace the object at index idx2. それとインデックスidx2でのオブジェクトを置き換えることになるオブジェクトのインデックス。

idx2

The index of the object with which to replace the object at index idx1. それとインデックスidx1でのオブジェクトを置き換えることになるオブジェクトのインデックス。

See Also 参照

Rearranging Content 内容を並べ替える