replaceLabel(at:withLabel:)
Replaces the label at the given index.
Declaration
func replaceLabel(at index: Int, withLabel label: String!) -> BoolParameters
- index:
The index of the label that will be replaced.
- label:
The new label.
Return Value
Discussion
If the label is nil or if the index is out of bounds, this method raises an exception.