SectionMetaData
public struct SectionMetaData
Encapsulates all informaton and meta data one can provide related to sections.
-
The section index titles.
Declaration
Swift
public let indexTitles: SectionIndexTitles? -
The section headers.
Declaration
Swift
public let headerTexts: SectionTexts? -
The section footers.
Declaration
Swift
public let footerTexts: SectionTexts? -
Creates an instace of
SectionMetaDataDeclaration
Swift
public init(indexTitles: SectionIndexTitles? = nil, headerTexts: SectionTexts? = nil, footerTexts: SectionTexts? = nil)Parameters
indexTitlesThe section index titles. Defaults to
nil.headerTextsThe section headers. Defaults to
nil.footerTextsThe section footers. Defaults to
nil. -
Determines which element of the given data provider will be used to transform into section meta data.
See moreDeclaration
Swift
public enum SectionMetaDataElement
View on GitHub
SectionMetaData Structure Reference