Class
TableViewComponent
open class TableViewComponent<Layout: ComponentLayout>: UITableViewCell, Registerable
Generic UITableViewCell type that uses a ComponentLayout
Relationships
Conforms To
UITableViewCell
Initializers
init(style:reuseIdentifier:)
public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)
init?(coder:)
@available(iOS, unavailable, message: "Register and dequeue this type from a UITableView instead.")
required public init?(coder aDecoder: NSCoder)