TableSection

public struct TableSection : Sequence, TableSectionType

Defines the style, and state information of a section.

FunctionalTableData deals in arrays of TableSection instances. Each section, at a minimum, has a string value unique within the table itself, and an array of CellConfigType instances that represent the rows of the section. Additionally there may be a header and footer for the section.

  • Declaration

    Swift

    public static func == (lhs: TableSection, rhs: TableSection) -> Bool