kean/DFImageManager

Custom keyboard extension crashes

Closed this issue · 6 comments

I have custom keyboard extension with collectionView of gifs from server.
The problem is that when I'm scrolling - keyboard crashes if memory allocation more than 40 Mb.

kean commented

I believe this is solved? #88
FLAnimatedImage introduced some memory-usage improvements recently, this might be helpful Flipboard/FLAnimatedImage#117

Why I cannot see these changes when installing FLAnimatedImage with
pod 'DFImageManager/GIF'
?

kean commented

They haven't been released yet. Latest FLAnimatedImage version 1.0.10, and it was released more then a month ago.

Ok, thanks.

kean commented

You could try to use FLAnimatedImage from master:

pod "FLAnimatedImage", :git => "https://github.com/Flipboard/FLAnimatedImage", :branch => "master"

Big thanks!