PlantInformationIndex

enum PlantInformationIndex : Int, Equatable

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

  • Undocumented

    Declaration

    Swift

    case scientificName = 0
  • Undocumented

    Declaration

    Swift

    case commonName
  • Undocumented

    Declaration

    Swift

    case growingSeason
  • Undocumented

    Declaration

    Swift

    case dormantSeason
  • Undocumented

    Declaration

    Swift

    case difficultyLevel
  • Undocumented

    Declaration

    Swift

    case wateringLevel
  • Undocumented

    Declaration

    Swift

    case lightingLevel
  • Get the number of cases.

    Declaration

    Swift

    static let count: Int