UITableRowHeader
open class UITableRowHeader
A header row in an HTML table.
-
The row that contains the header cells.
Declaration
Swift
public let rowHeader: UIElement -
The header cells contained in the header row.
Declaration
Swift
public var cellHeaders: [UITableCellHeader] -
Creates a header row with cells for an HTML table.
Declaration
Swift
public init(with data: [String])Parameters
dataThe titles that will be contained in the header cells.
-
The header row of the current
UITableRowHeader.Declaration
Swift
public var topLevelElement: UIElement
UITableRowHeader Class Reference