2

我有一个圆形 UICollectionView ,它沿着圆形路径将每个项目彼此间隔均匀的距离。当您插入一个项目时,我指定它的起始位置

- (UICollectionViewLayoutAttributes *)initialLayoutAttributesForAppearingItemAtIndexPath:(NSIndexPath *)itemIndexPath

然后,据我了解,布局将从起点执行动画,到您指定的点- (UICollectionViewLayoutAttributes *)layoutAttributesForItemAtIndexPath:(NSIndexPath *)path

这会产生从 A 点到 B 点的直线动画。我想要的是能够为动画指定路径,以便它沿着弯曲路径而不是直线路径移动。

有任何想法吗?

4

0 回答 0