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 moreDeclaration
Swift
enum PlantInformationIndex : Int, Equatable
-
The seasons of the year.
See moreDeclaration
Swift
enum Season : String, Codable, CaseIterable
-
Three difficulty levels.
See moreDeclaration
Swift
enum DifficultyLevel : String, Codable, CaseIterable
-
Various levels of watering from driest to wettest.
See moreDeclaration
Swift
enum WateringLevel : String, Codable, CaseIterable
-
Various levels of lighting from constant/all-day to low
See moreDeclaration
Swift
enum LightLevel : String, Codable, CaseIterable