StatusLayout

public enum StatusLayout : Int, CaseIterable

three layout options for status and substatus

  • both status and substatus go to the right accessory area. It is the default layout.

    Declaration

    Swift

    case stacked
  • status goes to the right accessory area and substatus goes below the primary area

    Declaration

    Swift

    case crosswise
  • both status and substatus go below the primary area

    Declaration

    Swift

    case inline