alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
2k stars 211 forks source link

Gif Cache #108

Closed Harshjain2094 closed 5 years ago

Harshjain2094 commented 5 years ago

How to cache gif image so that it is not loaded every-time tableview scrolls and reload the cells.

Thanks in advance.

buh commented 5 years ago

Hey @Harshjain2094 ! We don't have a cache for downloaded images, but we use shared URLSession, where you can configure it for caching files.