States
enum States : Int
These enums determine the state of this screen
-
The timer is setting the start time.
Declaration
Swift
case start
-
The timer is setting the warning threshold.
Declaration
Swift
case warn
-
The timer is setting the final countdown threshold.
Declaration
Swift
case final
-
This returns strings, corresponding to the selected integers.
Declaration
Swift
var stringValue: String { get }