CreationKit Documentation

Class Table​View​Component

open class TableViewComponent<Layout: ComponentLayout>: UITableViewCell, Registerable  

Generic UITableViewCell type that uses a ComponentLayout

TableViewComponent TableViewComponent Registerable Registerable TableViewComponent->Registerable UITableViewCell UITableViewCell TableViewComponent->UITableViewCell

Conforms To

UITableViewCell

Initializers

init(style:​reuse​Identifier:​)

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)  

Properties

layout

public let layout: Layout

The layout that was used to create the component.