I have ios UICollectionView with Flow layout with horizontal scroll direction. In this situation typical header position is on the left side of cells.
I want to make header on the top of section cells
Have you any idea how can I do this?
I solved the problem using DateFlowLayout.
See how I configured it in this other answer.