SeparatorStrategy

public enum SeparatorStrategy

Strategy of separator styling for joining texts in array.

  • left: Uses styles of left text.
  • right: Uses styles of right text.
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case right