I have the sketch of the layout as follows :-
Above Image, has fixed layout structure as follows
-> First Row has item no.1 and takes all the width of the collection view.
->Second row has item no. 2 and 3 and shares the width equally.
->third row onwards we have to use the default size.
here item1, item2-item3 and all rest of the items have 3 different designs respectively.
the collectionview has 1 section and the datasource over here simple nsarray.
So my question over here is what should I be using ? Any suggestions will be helpful, I am new to UICollectionView and I am finding it little difficult to understand.