I have an animation that I\'m displaying using a UIImageView:
imageView.animationImages = myImages; imageView.animationDuration = 3; [imageView startAnimating];
Maybe you can take a screenshot of the last animated image and display that?