SectionTexts
public protocol SectionTexts
Generates text which can be used as section header titles or footer titles.
-
Generates a optional section title for a given section
Declaration
Swift
func text(inSection section: Int) -> String?Parameters
sectionthe section to generate the title for
Return Value
a section header title
View on GitHub
SectionTexts Protocol Reference