initialValues
Returns a dictionary containing the receiver’s initial default values.
Declaration
var initialValues: [String : Any]? { get set }Discussion
These values are used when is no value found for the bound property in defaults.
This property is observable using key-value observing.