How do you implement headers in uicollectionview? I know that you can add additional looks, but I don’t know how to make them “float” over a section, for example, headings in a uitableview.
Here is my situation: I have a collection with cells laid out in a grid. You can scroll horizontally and vertically. I want to have a heading on top so that when scrolling horizontally, it scrolls horizontally, but it doesn't scroll vertically. I also want the same thing on the left side where it scrolls vertically with the collection, but not horizontally. Does this take the correct approach with additional views?
The last functionality I'm looking for is similar to the one that was in the Numbers table app on iOS.
Thanks in advance for your help!
Mason wolters
source share