swiftgif / SwiftGif

[UNMAINTAINED] 🌠 A small UIImage extension with gif support
MIT License
1.33k stars 306 forks source link

when i use loadGif error occur #78

Open nadia-am opened 5 years ago

nadia-am commented 5 years ago

when i use it in viewDidLoad Or viewWillAppear myImg.loadGif(name: "GifImgName") this error occur : Message from debugger: Terminated due to memory issue

yzhong52 commented 5 years ago

Are you able to reproduce this with a minimal project?

There is one memory fix lately at least. Could you try with master see if the problem still persist?

ThePredators commented 5 years ago

related to #87 !

i have left stack trace if somebody can check whats going on.