UICollectionView input animation curve

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?

+6
source share

Source: https://habr.com/ru/post/977507/


All Articles