FUISectionHeaderFooterStyle

public enum FUISectionHeaderFooterStyle

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

  • Only titleLabel is visible.

    Declaration

    Swift

    case title
  • Both titleLabel and attributeLabel are visible.

    Declaration

    Swift

    case attribute
  • Only titleLabel is visible. No tap state and text can wrap up to up to two lines.

    Declaration

    Swift

    case empty