Open mmdock opened 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 ?
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 ?