UICollectionView vertical flow layout that lays cells in a checker board style Horizontal layout is not implemented
Using Cocoapods:
pod 'CheckerBoardCollection'
To use automatic cell size calculation set property columns to some value > 0
layout.columns = 3
There is a bug in rows calculation when Header of Footer height is more than 0