value(forAttribute:)
Returns the receiver’s metadata attribute name specified by a given key.
Declaration
func value(forAttribute key: String) -> Any?Parameters
- key:
The name of a metadata attribute. See the “Constants” section for a list of possible keys.
Return Value
The receiver’s metadata attribute name specified by key.