I need to set a static header that is common for all sections in the collection view and since I am using a compositional layout, I can't set a common header like that is usually done in the flow layout collection views.
Using layoutAttributesForSupplementaryViewOfKind:atIndexPath: and sectionHeadersPinToVisibleBounds only works for the specific section and not commonly for the entire set of sections. Repeating the same header for all the sections is inefficient I felt, so is there any way that the headers can be made static effectively?