I have been googling and struggling with this for a while. what I need is basically to create UICollectionViewFlowLayout which supports both - The main collectionView header (as for instance you can create simply in UITableView by dragging view into the tableView) and section headers which are just classic section headers. So far I am able to implement the sections but without the main header...
The header has to be scrollable along with the collectionView
Please I don't want to put my CollectionView with the view to the scrollView since it is really not the option...
The expected result is this: