Declaration

func segment(at indexPath: IndexPath) -> GSPathSegment?

Declaration

- (GSPathSegment *) segmentAtIndexPath:(NSIndexPath *) indexPath;

Declaration

segmentAtIndexPath_(indexPath: NSIndexPath) -> GSPathSegment

Discussion

The first index is the linear path index and the last index is the segment node index in that path. Returns nil if the first index does not refer to a path.

See Also

Segments