NSIndexPath.IndexPathByRemovingLastIndex Method

Definition

Returns a new index-path with the last one removed (not required for use with iOS UITableView).

[Foundation.Export("indexPathByRemovingLastIndex")]
public virtual Foundation.NSIndexPath IndexPathByRemovingLastIndex ();
abstract member IndexPathByRemovingLastIndex : unit -> Foundation.NSIndexPath
override this.IndexPathByRemovingLastIndex : unit -> Foundation.NSIndexPath

Returns

Attributes

Applies to