I am implementing CollectionView with custom layout. It have vertical scrolling. I want to make that some cells will be sticked to the top while scrolling like section header in tableView.
The idea is to create day collectionView with time. And while user will be scroll thought time the current hour will be sticked to the top(if it will be not visible and hidden by top). It will be only if the current hour hidden by top, not by bottom. And the other items should be scrollable like usual. I think that I should not use supplementaryViews here
Is it possible and how can I do it?