zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.66k stars 236 forks source link

different cell sizes changes the layout #72

Open hidoon opened 1 year ago

hidoon commented 1 year ago

when i give the same size to all of the cells it's fine, but when i want to change the size dynamically according to content of the cell, the collection view's position goes down a little bit like 30-40 pixels from it's prior form whose cells size are all the same.

Parthkanpara commented 7 months ago

how can you give dynamic height for cell?