NHBalancedFlowLayout icon indicating copy to clipboard operation
NHBalancedFlowLayout copied to clipboard

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...

Results 15 NHBalancedFlowLayout issues
Sort by recently updated
recently updated
newest added

Hi, I've got this bug while building with xcode 6, with iOS 8 SDK, running the app on iOS 7.1. ![screen shot 2014-09-26 at 12 08 50](https://cloud.githubusercontent.com/assets/1455122/4418981/88f420cc-4565-11e4-80e0-ef100f29da70.png) Going to investigate...

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

Hi, I'm using this library for a social media app to display photos. It would be nice to be able to add a view to the photo to show comments,...

Header and footer always have width of the view, so comparison with CGSizeZero always fails. This causes crash when calling [UICollectionView insertSections:].

Hi there. In my [Photozeen iOS app](http://static.photozeen.com/redir/ios.html) I'm loading more images to the photo feed as user scrolls it down. Every time I have new portion of images from server...