How do you write an animated GIF to the iOS camera roll? I understand that the photo gallery app is not able to play animations, but for example I should be able to import i
Create an ALAssetLibrary instance. Use this method with your NSData: writeImageDataToSavedPhotosAlbum:metadata:completionBlock:
ALAssetLibrary
NSData
writeImageDataToSavedPhotosAlbum:metadata:completionBlock:
Reference