SectionHeaderFooterStyle

public enum SectionHeaderFooterStyle

Describes different presentation styles in SectionHeader and SectionFooter. Determines which views are visible; affects labels’ fonts, and vertical padding.

  • Only title is visible.

    Declaration

    Swift

    case title
  • Both title and attribute are visible.

    Declaration

    Swift

    case attribute