I\'m struggling to achieve a \"floating section header\" effect with UICollectionView. Something that\'s been easy enough in UITableView (default b
@iPrabu had an excellent answer with sectionHeadersPinToVisibleBounds. I’ll just add that you can set this property in Interface Builder as well:
sectionHeadersPinToVisibleBounds, type Boolean, and the checkbox checked.The default header view has a transparent background. You might want to make it (partially) opaque or add a blur effect view.