Contents

set(_:forKey:)

Sets the value of the specified key to an array of property list objects.

Declaration

func set(_ anArray: [Any]?, forKey aKey: String)

Parameters

  • anArray:

    The array object to save in the iCloud key-value store. The array must contain only property list types.

  • aKey:

    The key to associate with the value.

See Also

Setting values