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

removingLastIndex()

Returns an index path with the nodes in the receiving index path, excluding the last one. この受け手側インデックスパスの中のノードそれらを、最後の1つを除いて持つあるインデックスパスを返します。

Declaration 宣言

func removingLastIndex() -> IndexPath

Return Value 戻り値

A new index path with the receiving index path’s indexes, excluding the last one. 受け手側インデックスパスのもつインデックスそれらを、最後の1つを除いて持つ新しいインデックスパス。

Discussion 議論

Returns an empty NSIndexPath instance if the receiving index path’s length is 1 or less. 空のNSIndexPathインスタンスを返します、もし受け手側インデックスパスの持つ長さが1またはより少ないならば。

Special Considerations 特別な注意事項

In OS X v10.4 this method returns nil when the length of the receiving index path is 1 or less. On iOS and macOS 10.5 and later this method never returns nil. OS X v10.4ではこのメソッドは、nilを受け手側インデックスパスが1またはより少ない場合は返します。iOSとmacOS 10.5以降ではこのメソッドは決してnilを返しません。

See Also 参照

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