Contents

autosavesConfiguration

A Boolean value that indicates whether the toolbar autosaves its configuration.

Declaration

var autosavesConfiguration: Bool { get set }

Discussion

When the value of this property is true, the toolbar automatically writes any configuration changes to user defaults. It associates the configuration details with the value in its identifier property. If mutliple toolbars share the same identifier, they all share the same configuration settings. When the value of this property is false, the toolbar doesn’t save changes and reverts to the default configuration when the app relaunches.

The default of this property is false.

See Also

Related Documentation

Autosaving the configuration