TableViewCellConfigurator

protocol TableViewCellConfigurator : TableViewCellConfiguratorAny

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype CellType : UITableViewCell
  • Undocumented

    Declaration

    Swift

    func configure(cell: CellType)
  • viewAnyType Extension method

    Undocumented

    Declaration

    Swift

    var viewAnyType: UITableViewCell.Type { get }
  • configureAny(cell:) Extension method

    Undocumented

    Declaration

    Swift

    func configureAny(cell: UITableViewCell)