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
I solved the problem using DateFlowLayout.
See how I configured it in this other answer.