DisplayType
enum DisplayType : String, CaseIterable
This enum defines one of the three different display types for a running timer.
-
This displays massive “LED” numbers.
Declaration
Swift
case numerical
-
This displays a circle, winding down.
Declaration
Swift
case circular
-
This displays three “stoplights.”
Declaration
Swift
case stoplights
-
Returns the image associated with this state.
Declaration
Swift
var image: UIImage? { get }