Hi i'd like to know how do we implement this layout in collectionview od we need to put images or resize cells i followed this link https://www.raywenderlich.com/107439/uicollectionview-custom-layout-tutorial-pinterest but in this they are passing image size for item so is showing different size of items based on image size but i like to fix the layout some this like this in image
Any help Would be Appreiciated
Thanks In Advance
Use this awesome control to achieve your goal.
It is very simple to use.
Add Following Files to your project
Import customLayout in your controller where to use
And use
to your controller.
Write Simple Code in your viewDidLoad Method
For getting height of Label I have written a method.