I use the animatedImageWithImages() class method for UIImage to create an animated image, but how do I convert it to an NSData object? I tried using UIImagePNGRepresenation() , but unfortunately it does not work with animated UIImage s. Any idea?
source share