iphone - Animate UICollectionView Cell Insert along a curved path -


i have circular uicollectionview places each item distance apart each other along circular path. when insert item i'm specifying it's starting position in

- (uicollectionviewlayoutattributes *)initiallayoutattributesforappearingitematindexpath:(nsindexpath *)itemindexpath

then, how understand, layout perform animation start point, point specify in - (uicollectionviewlayoutattributes *)layoutattributesforitematindexpath:(nsindexpath *)path

this results in straight line animation, point point b. able specify path animation, move along curved path rather straight one.

any ideas?


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -