- indexPathByRemovingLastIndex
Returns an index path with the nodes in the receiving index path, excluding the last one.
この受け手側インデックスパスの中のノードそれらを、最後の1つを除いて持つあるインデックスパスを返します。
Availability 有効性
Technology
- (NSIndexPath
*)indexPathByAddingIndex:(NSUInteger
)index;
index
Index to append to the index path’s indexes. インデックスパスの持つインデックスそれらに追加することになるインデックス。
A new index path containing the receiving index path’s indexes and index
.
受け手側インデックスパスの持つインデックスとindex
を含んでいる新しいインデックスパス。
- indexPathByRemovingLastIndex