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]