SeparatorStyle

public enum SeparatorStyle
  • There is no separator between UIViews

    Declaration

    Swift

    case none
  • There is a dot when the axis is horizontal or a single line running across its width when the axis is vertical between UIViews

    Declaration

    Swift

    case automatic