How to write animated GIF to iOS camera roll?

后端 未结 2 1135
有刺的猬
有刺的猬 2021-01-17 03:56

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

2条回答
  •  执念已碎
    2021-01-17 04:50

    Create an ALAssetLibrary instance. Use this method with your NSData: writeImageDataToSavedPhotosAlbum:metadata:completionBlock:

    Reference

提交回复
热议问题