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

adding(_:)

Returns an index path containing the nodes in the receiving index path plus another given index. この受け手側インデックスパスに加えて別の与えられたインデックスの中のノードそれらを含んでいるあるインデックスパスを返します。

Declaration 宣言

func adding(_ index: Int) -> IndexPath

Parameters パラメータ

index

Index to append to the index path’s indexes. インデックスパスの持つインデックスそれらに追加することになるインデックス。

Return Value 戻り値

A new index path containing the receiving index path’s indexes and index. 受け手側インデックスパスの持つインデックスとindexを含んでいる新しいインデックスパス。

See Also 参照

Adding and Removing Nodes ノードの追加と除去