LineAlignment

public enum LineAlignment : CaseIterable

How to horizontally align the line when there is extra space.

  • Items are aligned with the leading edge.

    Declaration

    Swift

    case leading
  • Items are centered within the remaining space.

    Declaration

    Swift

    case center
  • Items are aligned with the trailing edge.

    Declaration

    Swift

    case trailing