I'm traing to save a GIF image located in temp file already created with Regift code.
Regift: https://github.com/matthewpalmer/Regift
The thing is that after saving with PHPhotoLibrary the GIF become a still image.
In other questions there's answers that refeer AssetsLibrary but this has been deprecated by Apple and doesn't work for iOS 10.
Questions:
Save GIF image from URL to Camera Roll
How to write animated GIF to iOS camera roll?
None of this answers works... I just want to convert an image to gif and save it to camera roll... Any help?
Thanks