How to pause a UIImageView animation

前端 未结 6 1802
有刺的猬
有刺的猬 2021-02-06 17:03

I have an animation that I\'m displaying using a UIImageView:

imageView.animationImages = myImages;
imageView.animationDuration = 3;
[imageView startAnimating];
         


        
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-06 17:44

    Maybe you can take a screenshot of the last animated image and display that?

提交回复
热议问题