I added a header to the collection view. When the page is first opened, the Header will scroll up to a point along with the collectionView. I want the header to remain fixed on the page after a certain point. How can I achieve this?
I used this event where I listen for scrolling gestures. "sectionHeadersPinToVisibleBounds". But when I use this, there is a lot of shifting in the content. I tried this but it didn't work.