I have a gif image in my photo album. When I use the UIImagePickerController to select that image, I need to convert the image to NSData for storin
UIImagePickerController
NSData
https://github.com/mattt/AnimatedGIFImageSerialization
UIImage *image = ...; NSData *data = [AnimatedGIFImageSerialization animatedGIFDataWithImage:image duration:1.0 loopCount:1 error:nil];