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

Fix #28 #29

Open rvi opened 10 years ago

rvi commented 10 years ago

remove constraint on UIImageView in IB, and set the imageView.frame to cell.bounds to fix the bug on iOS7.1 building with iOS8. fix #28