alexiscreuzot / SwiftyGif

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

ViewController doesn't deallocate on conforming to SwiftyGIFDelegate #27

Closed zarif-ahmed closed 7 years ago

zarif-ahmed commented 7 years ago

I wanted to trigger a event when a GIF plays completely and starts the next loop. Thus i conformed my view controller to the SwiftyGifDelegate and implemented the gifDidLoop() method.

However, My view controller doesn't deallocate after this.

neobeppe commented 7 years ago

fixed in 3.0.2, thank you @zarif-ahmed