Flipboard / FLAnimatedImage

Performant animated GIF engine for iOS
MIT License
7.94k stars 1.22k forks source link

UITableView / UICollectionView gifs not animated #217

Open mmdock opened 6 years ago

mmdock commented 6 years ago

Gifs that appear in TableViews or CollectionViews stop animating when I scroll past them and then scroll back to them.

I tried calling 'startAnimating' in tableView(_:willDisplay:forRowAt:) but there is no success there.

I am using the following sub class of FLAnimatedImage (that was created by someone else): https://gist.github.com/mmdock/523afcc5129f9191f0fcd86b68fcb453

how do I ensure that my gif always is animating ?