We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: