supplementaryViewProvider
The closure that configures and returns the collection view’s supplementary views, such as headers and footers, from the diffable data source.
Declaration
@MainActor @preconcurrency var supplementaryViewProvider: UICollectionViewDiffableDataSource<SectionIdentifierType, ItemIdentifierType>.SupplementaryViewProvider? { get set }