UICollectionView Horizontal Sticky Headers

858 views Asked by At

I'm implementing a UICollectionView with a set of sections and I scroll the items horizontally. I was to accomplished this but I having a hard time adding a Section header on top of the items. I tried to add a Section Header accessory but it was added before the first item (not on top).

This link provides a way to create a horizontal sticky header, but still not on top of the items.

This is what I'm trying to accomplish

enter image description here

Any help would be greatly appreciated.

0

There are 0 answers