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

appending(_:)

Returns a new index path containing the elements of this one plus an array of additional elements. このものの要素に追加の要素からなる配列を足して含んでいる新しいインデックスパスを返します。

Declaration 宣言

func appending(_ other: Array<IndexPath.Element>) -> IndexPath

See Also 参照

Selecting Nodes ノードを選択する