Axis

public enum Axis : Hashable

Keys that specify a horizontal or vertical layout constraint between views.

  • The constraint applied when laying out the horizontal relationship between views.

    Declaration

    Swift

    case horizontal
  • The constraint applied when laying out the vertical relationship between views.

    Declaration

    Swift

    case vertical