FUICollectionCellSize

public struct FUICollectionCellSize : Equatable

Available collection cell size types.

Available:

  • .small: maximum width of 110 points
  • .standard: maximum width of 120 points
  • Sets the size of the cell to 110 points

    Declaration

    Swift

    public static let small: FUICollectionCellSize
  • Sets the size of the cell to 120 points

    Declaration

    Swift

    public static let standard: FUICollectionCellSize