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.
Returns the label for the given index.
func label(at index: Int) -> String!The index for the label to be returned.
If the index argument is out of bounds, this method raises an exception.