Contents

UICollectionViewFlowLayoutInvalidationContext

A set of properties for determining whether to recompute the size of items or their position in the layout.

Declaration

@MainActor class UICollectionViewFlowLayoutInvalidationContext

Overview

The flow layout object creates instances of this class when it needs to invalidate its contents in response to changes. You can also create instances when invalidating the flow layout manually.

Topics

Specifying what to invalidate

See Also

Manual layouts