I understand how to include a header view per section, but how do I go about having a single header view at the top of a UICollectionView with multiple sections? I just want a view that sits on top of the collectionview that scrolls with the collectionview.
I've looked into decoration/supplementary views..but I think I can also just make it a new section with a single cell. What is the best practice for this?