CellLayoutContainerViewAlignment

public enum CellLayoutContainerViewAlignment

Alignment for CellLayoutContainerView that corresponds to UIStackView.Alignment

  • Align the top and bottom edges of horizontally stacked items tightly to the container.

    Declaration

    Swift

    case fill
  • top

    Align the top edges of horizontally stacked items tightly to the container.

    Declaration

    Swift

    case top
  • Center items in a horizontal stack vertically.

    Declaration

    Swift

    case center
  • Align the bottom edges of horizontally stacked items tightly to the container.

    Declaration

    Swift

    case bottom