Keys
enum Keys : String
This is an enumeration that will list the prefs keys for us.
-
This stores the cleandate, as an instance of Date
Declaration
Swift
case cleanDate
-
This stores the last selected tab index (0-based).
Declaration
Swift
case lastSelectedTabIndex
-
These are all the keys, in an Array of String.
Declaration
Swift
static var allKeys: [String] { get }