I assume that you will have to subclass UICollectionViewFlowLayout and then - (UICollectionViewLayoutAttributes *)initialLayoutAttributesForAppearingItemAtIndexPath:(NSIndexPath *)itemIndexPathjust return null. Thus, it will directly put it in the final position, and therefore, the animation should not take place.
user1834305
source
share