Contents

NSCollectionLayoutSize

The width and the height of an item in a collection view.

Declaration

@MainActor class NSCollectionLayoutSize

Overview

A size is a pair of dimensions (NSCollectionLayoutDimension): a width dimension and a height dimension. Every component of a collection view layout has an explicit size.

Topics

Creating a layout size

Getting the width and height

See Also

Size and spacing