Skip to content
New issue

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

Refresh FLAnimatedImageView #232

Open
WangJian0 opened this issue Oct 25, 2019 · 1 comment
Open

Refresh FLAnimatedImageView #232

WangJian0 opened this issue Oct 25, 2019 · 1 comment

Comments

@WangJian0
Copy link

On iOS 13 system, refresh FLAnimatedImageView a same gif,it will flash.But iOS 12 system not flash.

@monolithic-adam
Copy link

Not sure if it will help you or not but we were having the same flashing problem with this code

imageView.animatedImage = animatedImage
self.addSubview(imageView)

but when we changed it to this it stopped flashing

self.addSubview(imageView)
imageView.animatedImage = animatedImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants