alexiscreuzot / SwiftyGif

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

Sets gif image before calling to delegate making the image available … #69

Closed chackle closed 6 years ago

chackle commented 6 years ago

…from the UIImageView sender

Description

Using sender.gifImage in the gifURLDidFinish(sender: UIImageView) delegate function shows the gifImage to be nil. This is a bit troublesome if you need to do something with the image.

alexiscreuzot commented 6 years ago

Thanks for your contribution!