PinneableItems

public enum PinneableItems : Equatable

Represents type of pinnable elements in the layout.

  • Pin supplementary views (header and/or footer).

    Declaration

    Swift

    case supplementaryViews
  • Pin cells

    Declaration

    Swift

    case cells