UICollectionViewCompositionalLayoutConfiguration
An object that defines scroll direction, section spacing, and headers or footers for the layout.
Declaration
@MainActor class UICollectionViewCompositionalLayoutConfigurationOverview
You use a layout configuration to modify a collection view layout’s default scroll direction, add extra spacing between each section of the layout, and add headers or footers to the entire layout.
You can pass in this configuration when creating a UICollectionViewCompositionalLayout, or you can set the configuration property on an existing layout. If you modify the configuration on an existing layout, the system invalidates the layout so that it will be updated with the new configuration.