I am using auto layout with UICollectionViewCell. So the idea is to allow CollectionViewCell to determine it\'s size based on layouts. All the constraints are set properly b
For your dynamic height of the UICollectionViewCell in UIcollectionViewcontroller , you need to implement below method: -
(CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout sizeForItemAtIndexPath:(NSIndexPath *)indexPath