I have a collection view with varied item sizes which i declare in
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UIColle
You need to Override this function in custom layout class. if you are using custom layout.
override func shouldInvalidateLayoutForBoundsChange(newBounds: CGRect) -> Bool { return true }