FUICollectionViewVerticalAlignment

public enum FUICollectionViewVerticalAlignment : Int

The vertical position of cell in collection view.

  • top

    A layout where the top of collection cells are aligned with the top of row.

    Declaration

    Swift

    case top
  • A layout where the top of collection cells are aligned with the vertical center of row.

    Declaration

    Swift

    case middle
  • A layout where the top of collection cells are aligned with the bottom of row.

    Declaration

    Swift

    case bottom