PrefsKeys

private enum PrefsKeys : String

These are the keys we use for our persistent prefs dictionary.

  • This is how many times you can “snooze” before the app gives up

    Declaration

    Swift

    case snoozeCount
  • This is the color selected for the fonts

    Declaration

    Swift

    case selectedColor
  • This is the font we are using to display the clock

    Declaration

    Swift

    case selectedFont
  • This is the fixed brightness level for the display

    Declaration

    Swift

    case brightnessLevel
  • These are the alarms

    Declaration

    Swift

    case alarms