EventCell

class EventCell : UITableViewCell

Undocumented

  • Undocumented

    Declaration

    Swift

    static let identifier: String
  • View did load

    Declaration

    Swift

    private var didLoad: Bool
  • Time label

    Declaration

    Swift

    private let timeLabel: UILabel
  • Duration label

    Declaration

    Swift

    private let durationLabel: UILabel
  • Title label

    Declaration

    Swift

    private let titleLabel: UILabel
  • Left

    Declaration

    Swift

    private let left: UIView
  • Right

    Declaration

    Swift

    private let right: UIView
  • Weather hour view

    Declaration

    Swift

    private let weatherHourView: WeatherHourView
  • Weather hour view layout

    Declaration

    Swift

    private var weatherHourViewLayout: LayoutBuilder?
  • Event

    Declaration

    Swift

    var event: Event? { get set }
  • Undocumented

    Declaration

    Swift

    var weatherData: WeatherData? { get set }
  • Undocumented

    Declaration

    Swift

    override func didMoveToSuperview()
  • Undocumented

    Declaration

    Swift

    private func loadView()
  • Undocumented

    Declaration

    Swift

    private func updateEvent()
  • Undocumented

    Declaration

    Swift

    private func updateWeather()