Contents

collectionViewLayout

The layout used to organize the collected view’s items.

Declaration

var collectionViewLayout: UICollectionViewLayout { get set }

Discussion

Assigning a new layout object to this property causes the new layout to be applied (without animations) to the collection view’s items.

For more information, see Layouts.

See Also

Changing the layout