UICollectionView with different cell size

Viewed 15474

My goal is to create a UICollectionView with a layout as depicted below.

Is this possible without creating a custom UICollectionViewLayout?

3 Answers
Related