alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
2.02k stars 212 forks source link

remote gifs #48

Closed danipralea closed 6 years ago

danipralea commented 7 years ago

Hello! What is the support for remote urls for the gif objects?

alexiscreuzot commented 7 years ago

none for now, but you can basically use whatever 3rd party library to first download the gif data, then add it. It may be a good idea to have this implemented right into the project though, I'll look into it.

danipralea commented 7 years ago

cool. thanks. The same question goes for a caching mechanism as well 😄