Contents

label(at:)

Returns the label for the given index.

Declaration

func label(at index: Int) -> String!

Parameters

  • index:

    The index for the label to be returned.

Discussion

If the index argument is out of bounds, this method raises an exception.

See Also

Accessing entries