SupplementaryViewKind

public enum SupplementaryViewKind : Equatable

Defines the kind of a supplementary view.

  • header: indicates that the view is a header
  • footer: indicates that the view is a footer
  • A header view.

    Declaration

    Swift

    case header
  • A footer view.

    Declaration

    Swift

    case footer