label(forIdentifier:)
Returns the label for the given identifier.
Declaration
func label(forIdentifier identifier: String!) -> Any!Parameters
- identifier:
The identifier for the label to be returned.
Discussion
If the identifier is not found, this method returns nil.