UITableCell

open class UITableCell

Handles the cell of a row in an HTML table.

  • The cell that contains the data for the table.

    Declaration

    Swift

    public let cell: UIElement
  • Creats a HTML table row cell.

    Declaration

    Swift

    public init(with data: String)

    Parameters

    data

    The data that the cell will contain.

  • The cell contained in the current instance of UITableCell.

    Declaration

    Swift

    public var topLevelElement: UIElement