Hi everyone
Thanks to this forum, even beginner, I can progress my app project.
Now, I want to let my app to display animated gif. I tried to put animated gif onto xcassets, and use standard "Image" view. However, animated gif image has not been displayed.
I suppose iOS SDK does not support animated gif officially. However, is there some other ways than official one?
Best regards,
Thanks to this forum, even beginner, I can progress my app project.
Now, I want to let my app to display animated gif. I tried to put animated gif onto xcassets, and use standard "Image" view. However, animated gif image has not been displayed.
I suppose iOS SDK does not support animated gif officially. However, is there some other ways than official one?
Best regards,
Have a look here
https://stackoverflow.com/questions/45745432/ios-11-animated-gif-display-in-uiimageview
Maybe also you could display the gif in a web view ?
Note: here is a link to create the gif:
https://stackoverflow.com/questions/39706401/generate-and-export-an-animated-gif-via-swift-3-0
https://stackoverflow.com/questions/45745432/ios-11-animated-gif-display-in-uiimageview
Maybe also you could display the gif in a web view ?
Note: here is a link to create the gif:
https://stackoverflow.com/questions/39706401/generate-and-export-an-animated-gif-via-swift-3-0