Enumerations

The following enumerations are available globally.

  • The order of the plants used for the index of the plant information in the table view.

    See more

    Declaration

    Swift

    enum PlantInformationIndex : Int, Equatable
  • The seasons of the year.

    See more

    Declaration

    Swift

    enum Season : String, Codable, CaseIterable
  • Three difficulty levels.

    See more

    Declaration

    Swift

    enum DifficultyLevel : String, Codable, CaseIterable
  • Various levels of watering from driest to wettest.

    See more

    Declaration

    Swift

    enum WateringLevel : String, Codable, CaseIterable
  • Various levels of lighting from constant/all-day to low

    See more

    Declaration

    Swift

    enum LightLevel : String, Codable, CaseIterable