Contents

vertical(layoutSize:subitems:)

Creates a group of the specified size, containing an array of items arranged in a vertical line.

Declaration

class func vertical(layoutSize: NSCollectionLayoutSize, subitems: [NSCollectionLayoutItem]) -> Self

Parameters

  • layoutSize:

    The group’s size.

  • subitems:

    The subitems to include.

See Also

Creating a vertical group