UITableCellHeader

open class UITableCellHeader

Handles the header cell of an HTML table header row.

  • The header cell that contains the description of the data contained in subsequent cells.

    Declaration

    Swift

    public let cellHeader: UIElement
  • Creates a header cell for a table’s header row.

    Declaration

    Swift

    public init(with data: String)

    Parameters

    data

    The title for the data contained in the following cells.

  • The header cell contained in the current instance of UITableCellHeader.

    Declaration

    Swift

    public var topLevelElement: UIElement