TableViewFactory
open class TableViewFactory
TableViewFactory defines a factory for generating table components
Version
1.8.0Date
02/05/22-
Generate a cell
Declaration
Swift
public static func cell(for row: TableReusableRowType, in tableView: UITableView, at indexPath: IndexPath) -> UITableViewCellParameters
rowThe row used to configure the cell
tableViewThe table view
indexPathThe index of the cell
Return Value
The generated cell
TableViewFactory Class Reference