HorizontalAlignment

public enum HorizontalAlignment

An alignment position along the horizontal axis.

  • A guide marking the horizontal center of the view.

    Declaration

    Swift

    case center
  • A guide marking the leading edge of the view.

    Declaration

    Swift

    case leading
  • A guide marking the trailing edge of the view.

    Declaration

    Swift

    case trailing