ItemStyle

public enum ItemStyle

Styles for CollectionViewFlowLayout

  • Flow items with like other surrounding like-sized items

    Declaration

    Swift

    case flow(CGSize)
  • Break from the flow positioning the item in it’s own row

    Declaration

    Swift

    case span(CGSize)