WeatherIconView
class WeatherIconView : UIView
Weather icon view
-
Icon to show
Declaration
Swift
var icon: String? { get set } -
Has background
Declaration
Swift
var hasBackground: Bool { get set } -
Undocumented
Declaration
Swift
private let imageView: UIImageView -
Undocumented
Declaration
Swift
private var loaded: Bool -
Undocumented
Declaration
Swift
override func didMoveToSuperview() -
Undocumented
Declaration
Swift
private func loadView() -
Undocumented
Declaration
Swift
override func layoutSubviews() -
Undocumented
Declaration
Swift
private func updateIcon() -
Undocumented
Declaration
Swift
private func getIcon() -> UIImage?
WeatherIconView Class Reference