njdehoog / NHBalancedFlowLayout

UICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space. Inspired by: http://www.crispymtn.com/stories/the-algorithm-for-a-perfectly-balanced-photo-gallery
MIT License
1.34k stars 106 forks source link

Randomize cell size #31

Closed mhergon closed 10 years ago

mhergon commented 10 years ago

Hi,

How I can randomize size of cells? Images are downloaded from a server and I don't know the size when I create the layout.

Thanks!

njdehoog commented 10 years ago

That is currently outside the scope of this project. You might try looking at a solution like this: https://github.com/kaishin/ImageScout