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

exchangeObjectAtIndex:withObjectAtIndex:

Exchanges the object at the specified index with the object at the other index. 指定されたインデックスでのオブジェクトを他のインデックスでのオブジェクトと交換します。

Declaration 宣言

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

Parameters パラメータ

idx1

The index of the first object. 最初のオブジェクトのインデックス。

idx2

The index of the second object. 2番目のオブジェクトのインデックス。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列