UICollectionView header position in horizontal scroll direction mode with flow layout

greg_pl picture greg_pl · Jan 29, 2013 · Viewed 11.3k times · Source

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?

Answer

Morten Holmgaard picture Morten Holmgaard · Jul 24, 2013

I solved the problem using DateFlowLayout.

See how I configured it in this other answer.