TableViewCellInformation

public protocol TableViewCellInformation

Minimum information required to display cell in table view

  • Cell class to dequeue

    Declaration

    Swift

    var cellClass: UITableViewCell.Type { get }
  • Cell height

    Declaration

    Swift

    var cellHeight: CGFloat { get }