I want to make a layout using UICollectionVIew
. But I am not sure it is possible or not.
I have tried changing height
of one Cell
but it is not working. Here is the layout which I want to acheive:
In this Layout height of each cell is fixed only the height and width of first cell is different.
How can I achieve this.