No overview available.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
- tvOS 13.0+
Framework
- UIKit
Declaration
@interface UICollectionViewCompositionalLayout : UICollection View Layout
No overview available.
SDKs
Framework
@interface UICollectionViewCompositionalLayout : UICollection View Layout
Customize a view layout by changing the size of cells in the flow or implementing a mosaic style.
UICollection View Layout
An abstract base class for generating layout information for a collection view.
UICollection View Flow Layout
A concrete layout object that organizes items into a grid with optional header and footer views for each section.
UICollection View Transition Layout
A special type of layout object that lets you implement behaviors when changing from one layout to another in your collection view.
UICollection View Layout Attributes
A layout object that manages the layout-related attributes for a given item in a collection view.
Compose your layout from a set of objects that support more adaptive and flexible arragnements.
Learn how to bring complex, high-performance layouts to your app, and simplify updating and managing your UI.