VerticalAlignment

public enum VerticalAlignment

The vertical alignment for the screen object.

  • top

    A guide that marks the top edge of the screen object.

    Declaration

    Swift

    case top
  • A guide that marks the vertical middle of the screen object.

    Declaration

    Swift

    case middle
  • A guide that marks the bottom edge of the screen object.

    Declaration

    Swift

    case bottom