Contents

values

Returns a key value coding compliant object that is used to access the user default properties.

Declaration

var values: Any { get }

Discussion

If present the value for the property in defaults is returned, otherwise a corresponding value in initialValues is returned.

This property is observable using key-value observing.

See Also

Managing user defaults values