gpt4 book ai didi

ios - 动画图像动画RepeatCount CollectionViewCell

转载 作者:行者123 更新时间:2023-11-29 02:17:07 25 4
gpt4 key购买 nike

我有一个非常简洁的动画,它基本上为 Collection View 单元格绘制了一个边框。

我的动画运行良好,但我无法阻止它无限期地重复。

在:func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell {

我是这样设置单元格的:

var image = UIImage.animatedImageNamed("Shape + Oval ", duration: 0.5)

cell.cellImageView.animationRepeatCount = 1
cell.cellImageView.image = image

为什么 animationRepeatCount 不能阻止我的细胞图像不断循环

最佳答案

您在 UIImageView 中混合了两种不同的动画图像方法 - 您正在提供动画 UIImage 但随后尝试通过 UIImageView 控制动画 属性。

与其使用动画 UIImage,不如创建一个 UIImage 对象数组,并使用它来设置 animationImages 属性 cell.imageView。然后,您可以通过 cell.imageView.animationDurationcell.imageView.animationRepeatCount

控制持续时间

关于ios - 动画图像动画RepeatCount CollectionViewCell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28640110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com