EventDateTimeCell

class EventDateTimeCell : UITableViewCell, DateTimePickerDelegate

Undocumented

  • Undocumented

    Declaration

    Swift

    static let identifier: String
  • Undocumented

    Declaration

    Swift

    weak var delegate: EventDateTimeCellDelegate?
  • Undocumented

    Declaration

    Swift

    override init(style: UITableViewCellStyle, reuseIdentifier: String?)
  • Undocumented

    Declaration

    Swift

    required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    private let dateTitleLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let dateValueLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let dateDiffLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let timeTitleLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let timeValueLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let timeDurationLabel: UILabel
  • Undocumented

    Declaration

    Swift

    private let left: UIView
  • Undocumented

    Declaration

    Swift

    private let right: UIView
  • Undocumented

    Declaration

    Swift

    var event: Event? { get set }
  • Undocumented

    Declaration

    Swift

    func loadView()
  • Undocumented

    Declaration

    Swift

    @objc
    func didPressLeft()
  • Undocumented

    Declaration

    Swift

    @objc
    func didPressRight()
  • Undocumented

    Declaration

    Swift

    func showDateTimePicker(page: DateTimePickerPage)
  • Undocumented

    Declaration

    Swift

    func updateEvent()