object(forKey:)
Returns a the value associated with a given key.
Declaration
func object(forKey aKey: KeyType?) -> ObjectType?Parameters
- aKey:
The key for which to return the corresponding value.
Return Value
The value associated with aKey, or nil if no value is associated with aKey.