alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

Memory issue #201

Open Mudasir441 opened 4 months ago

Mudasir441 commented 4 months ago

I'm using this library to show gif in TableView Header. When view controller is dismissed, it does not release memory. Also, when going to the view controller again it takes more memory.

abbassabeti commented 3 weeks ago

@Mudasir441 Could you please add a sample example of your code? As far as I see, the situation should be the same as what is happening with the sample in the repo (SwiftyGifExample), in which DetailController is getting destroyed after tapping on back and getting back to the main screen.