UICollectionView Insertion animation curve

邮差的信 提交于 2019-12-22 05:14:00

问题


Is it possible to adjust the animation curve for inserting indexPaths into a collectionview?

I am currently animating the insertion of items using this methods:

-initialLayoutAttributesForAppearingItemAtIndexPath:

However, I'd like the change the animation curve with which the layout animates items. Is this possible?

来源:https://stackoverflow.com/questions/26662779/uicollectionview-insertion-animation-curve

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!