alexiscreuzot / SwiftyGif

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

Empty images in cells #136

Closed denis-obukhov closed 3 years ago

denis-obukhov commented 4 years ago

I have a collection view cell with UIImageView. My collection view feed consists of gif and static images. I do clear() on prepareForReuse and get empty image views for static images in my collection view while scrolling.

alexiscreuzot commented 4 years ago

maybe only clear if it's a gif?