UITableView

public extension UITableView
  • Undocumented

    Declaration

    Swift

    func cell(style: UITableViewCell.CellStyle,
              onCreate: ((UITableViewCell) -> Void)? = nil) -> UITableViewCell
  • Undocumented

    Declaration

    Swift

    func cell(with identifier: String, style: UITableViewCell.CellStyle,
              onCreate: ((UITableViewCell) -> Void)? = nil) -> UITableViewCell
  • Undocumented

    Declaration

    Swift

    func dequeue<CellType: UITableViewCell>(
        cell type: CellType.Type, onCreate: ((CellType) -> Void)? = nil) -> CellType