I am having similar problem like this
I am generating height of view at run time.Here is my code
@interface CollectionViewController () { NSMutableAr
Try this:
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath { return CGSizeMake(250, 150); }