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

exchangeObject(at:withObjectAt:)

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

Declaration 宣言

func exchangeObject(at idx1: Int, 
       withObjectAt idx2: Int)

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 内容を並べ替える