CollectionViewMultiColumnLayout
CollectionViewMultiColumnLayout is a UICollectionViewLayout that resembles a tiled waterfall/mosaic layout (as seen all over the web), with support of multiple columns per section and explicitly assigning a section's items to specific columns:
Usage
Installation
The recommended way to add CollectionViewMultiColumnLayout to your project is via Carthage:
github 'regexident/CollectionViewMultiColumnLayout'