VerticalAlignment

public enum VerticalAlignment

An alignment position along the horizontal axis.

  • A guide marking the vertical center of the view.

    Declaration

    Swift

    case center
  • top

    A guide marking the top edge of the view.

    Declaration

    Swift

    case top
  • A guide marking the bottom edge of the view.

    Declaration

    Swift

    case bottom