I would like to use the new UICollectionView, but I\'m not sure if it is possible to build the following:
This might be possible using UICollectionViewFlowLayout
You can check out https://github.com/bryceredd/RFQuiltLayout . Looks like something you can use for this
It is possible with the FlowLayout, but you have to customize the FlowLayout Attributes.
Apple gives a good explanation, see Collection View Programming Guide for iOS scroll down to Specifying the Size of Items in the Flow Layout