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