Enumeration
WeatherIcon
public enum WeatherIcon: String, Codable, CaseIterable
Relationships
Conforms To
CaseIterable
Codable
String
Enumeration Cases
clearSky
case clearSky = "01d"
clearSkyNight
case clearSkyNight = "01n"
fewClouds
case fewClouds = "02d"
fewCloudsNight
case fewCloudsNight = "02n"
scatteredClouds
case scatteredClouds = "03d"
scatteredCloudsNight
case scatteredCloudsNight = "03n"
brokenClouds
case brokenClouds = "04d"
brokenCloudsNight
case brokenCloudsNight = "04n"
showerRain
case showerRain = "09d"
showerRainNight
case showerRainNight = "09n"
rain
case rain = "10d"
rainNight
case rainNight = "10n"
thunderstorm
case thunderstorm = "11d"
thunderstormNight
case thunderstormNight = "11n"
snow
case snow = "13d"
snowNight
case snowNight = "13n"
mist
case mist = "50d"
mistNight
case mistNight = "50n"
Properties
systemImageName
var systemImageName: String
systemImageNameFilled
var systemImageNameFilled: String
Methods
filledUIImage(withConfiguration:)
func filledUIImage(withConfiguration configuration: UIImage.Configuration? = nil) -> UIImage?
outlineUIImage(withConfiguration:)
func outlineUIImage(withConfiguration configuration: UIImage.Configuration? = nil) -> UIImage?
filledNSImage(accessibilityDescription:)
func filledNSImage(accessibilityDescription: String? = nil) -> NSImage?
outlineNSImage(accessibilityDescription:)
func outlineNSImage(accessibilityDescription: String? = nil) -> NSImage?