Section
open class Section : SectionType
Section presents a group of rows
Version
1.8.0Date
08/10/21-
Declaration
Swift
public let header: String? -
Declaration
Swift
public let footer: String? -
Declaration
Swift
public let rows: [RowType] -
Declaration
Swift
public var reloadAction: (() -> Void)? -
Declaration
Swift
public var isHidden: Bool { get set } -
Initialize a section
Declaration
Swift
public init(header: String? = nil, footer: String? = nil, rows: [RowType])Parameters
headerThe header of the section.
footerThe footer of the section.
rowsRows within the section.
Section Class Reference