ZIndexOrder

@objc public enum ZIndexOrder: Int

Constants indicating the zIndex order of the cells int the layout.

  • Ascending order

    Declaration

    Swift

    case ascending
  • Descending order

    Declaration

    Swift

    case descending