ItemStyle public enum ItemStyle Styles for CollectionViewFlowLayout flow(_:) Flow items with like other surrounding like-sized items Declaration Swift case flow(CGSize) span(_:) Break from the flow positioning the item in it’s own row Declaration Swift case span(CGSize)