LeafView

private class LeafView : UIView

Undocumented

  • day

    Day

    Declaration

    Swift

    var day: String { get set }
  • Delta

    Declaration

    Swift

    var delta: Float { get set }
  • Index

    Declaration

    Swift

    var index: Int
  • Is front

    Declaration

    Swift

    var isFront: Bool { get set }
  • View loaded

    Declaration

    Swift

    private var loaded: Bool
  • Image view

    Declaration

    Swift

    private let imageView: UIImageView
  • label

    Declaration

    Swift

    private let label: UILabel
  • Undocumented

    Declaration

    Swift

    override func didMoveToSuperview()
  • Undocumented

    Declaration

    Swift

    private func loadView()
  • Update image

    Declaration

    Swift

    private func updateImage()
  • Update day

    Declaration

    Swift

    private func updateDay()
  • Update delta

    Declaration

    Swift

    private func updateDelta()