I have a list of image Frames: img1.png, img2.png,img3.png, img4.png, img5.png.
Can I create gif image from those frames by xcode and save it to my library?
I'm thinking of display them in UIImageView with animationImages, and save this UIImageView to library. But it seems didn't work.