TableViewConfigurableCellInformation

public protocol TableViewConfigurableCellInformation

Minimum information required to display cell in table view

  • Cell class to dequeue

    Declaration

    Swift

    var cellClass: (UITableViewCell & Configurable).Type { get }
  • Cell height

    Declaration

    Swift

    var cellHeight: CGFloat { get }