alexiscreuzot / SwiftyGif

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

Issue on loading a png image after loading a gif image in same image view. #173

Closed Minna closed 1 year ago

Minna commented 2 years ago

First I loaded a png image in my image view in my cell. then I loaded a gif file from server after that I tried to load same png. but it is showing the previous Gif image.

karlmcgeough commented 2 years ago

Also having this issue in a tableview cell... when I switch to show png and not the gif it still displays the previous gifs

yousaf94 commented 1 year ago

Anyone found solution to this ?

alexiscreuzot commented 1 year ago

did you try setting the gif to nil before setting the png ?