Post

Replies

Boosts

Views

Activity

Comment on Modern collection view registration with Storyboards?
I am using compositional layout. So it is defined like this: let sectionHeader = NSCollectionLayoutBoundarySupplementaryItem(                 layoutSize: NSCollectionLayoutSize(widthDimension: .fractionalWidth(1.0),                                                   heightDimension: .estimated(44)),                 elementKind: "header",                 alignment: .top)             section.boundarySupplementaryItems = [sectionHeader]
Nov ’21