TableViewFactory

open class TableViewFactory

TableViewFactory defines a factory for generating table components

Version

1.8.0

Date

02/05/22

Author

Adamas
  • Generate a cell

    Declaration

    Swift

    public static func cell(for row: TableReusableRowType,
                            in tableView: UITableView,
                            at indexPath: IndexPath) -> UITableViewCell

    Parameters

    row

    The row used to configure the cell

    tableView

    The table view

    indexPath

    The index of the cell

    Return Value

    The generated cell