UITableViewComponentCell
open class UITableViewComponentCell : UITableViewCell, ComponentRenderable
The cell as the container that renders the component.
-
Create a new cell with style and identifier for reuse.
Declaration
Swift
public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)