Contents

object(forKey:)

Returns the object associated with the specified key.

Declaration

func object(forKey aKey: String) -> Any?

Parameters

  • aKey:

    The key to retrieve from the iCloud key-value store.

Return Value

The object associated with aKey, or nil if the key isn’t present.

See Also

Getting values