Calling [self.view layoutIfNeeded];
in the animation block causes all of its child views to animate.
This causes a problem whilst scrolling a UICollectionView
because the UICollectionViewCells
animates onto the screen.
Is there anyway I can stop the Portsmouth
cell from animating in?
** EDIT **
To add insult to injury I am animating the constraints that are controlling the height of the UICollectionView
. To increase the size of the feed, I have a disappearing UIView
acting like a header.