-
Initializes a section with a nullable title, containing rows and an optional footer.
-
The text of the section title.
Declaration
Swift
public let title: String?
-
The array of rows in the section.
-
The text of the section footer.
Declaration
Swift
open var footer: String?