FUISectionHeaderFooterStyle
public enum FUISectionHeaderFooterStyle
Describes different presentation styles in FUISectionHeaderFooter
. Determines which views are visible; affects labels’ fonts, and vertical padding.
-
Only
titleLabel
is visibleDeclaration
Swift
case title
-
Both
titleLabel
andattributeLabel
are visibleDeclaration
Swift
case attribute