CollectionViewItemsVerticalAlignment

@objc
public enum CollectionViewItemsVerticalAlignment : Int

集合视图元素水平对齐方式枚举

  • 竖直方向居中

    Declaration

    Swift

    case center
  • top

    竖直方向顶部对齐

    Declaration

    Swift

    case top
  • 竖直方向底部对齐

    Declaration

    Swift

    case bottom