ReusableViewType

public enum ReusableViewType : Equatable

Defines of what type a Reusable view is

  • For example a table view or collection view cell

    Declaration

    Swift

    case cell
  • A supplementaryView in a collection view

    Declaration

    Swift

    case supplementaryView(kind: String)