Can I customize an animation curve to insert indexPaths in a collection view?
I am currently animating element insertion using the following methods:
-initialLayoutAttributesForAppearingItemAtIndexPath:
However, I would like to change the animation curve with which the layout animates the elements. Is it possible?
source share