You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the option KingfisherOptionsInfo .backgroundDecode make the image still when used with Gif.
I was trying to use this cause gif are being encoded/decoded on the main thread and its really laggy on a collection view
The text was updated successfully, but these errors were encountered:
Background decoding does not support back ground decode now. And it could help little on this.
The main reason of lagging gif might mainly be that you trying to use the AnimatedImageView. You could try to use the normal UIImageView if the size of your GIF image is not large. You have to get a balance of memory/cpu usage between the two modes (all decode at once or decode one image per frame).
Using the option KingfisherOptionsInfo .backgroundDecode make the image still when used with Gif.
I was trying to use this cause gif are being encoded/decoded on the main thread and its really laggy on a collection view
The text was updated successfully, but these errors were encountered: