autosaves
A Boolean that indicates whether or not the receiver’s attributes are automatically stored in the user defaults database.
Declaration
var autosaves: Bool { get set }Discussion
true if the receiver’s attributes are automatically stored, false otherwise.
The default value is false.