Settings

class Settings

Settings

  • Shared instance

    Declaration

    Swift

    static let instance: Settings
  • Number of weeks to show backwards, in calendar

    Declaration

    Swift

    let numWeeksBackwards: Int
  • Number of weeks to show forward, in calendar

    Declaration

    Swift

    let numWeeksForward: Int
  • Dark sky api key

    Declaration

    Swift

    let darkSkyApiKey: String
  • Is running UI Test

    Declaration

    Swift

    var isUITest: Bool { get }