suguru / Cheetah

Easy animation library on iOS with Swift2
MIT License
590 stars 47 forks source link

Memory management #2

Open martinliu0 opened 8 years ago

martinliu0 commented 8 years ago

For some reason, when I use cheetah to handle animation, the memory used builds up each time I call cheetah.

suguru commented 8 years ago

I have profiled Cheetah examples to determine which objects are leaked. It seems UIKit objects are still in memory even after Cheetah objects are removed. I'm gonna try to fix this issue. Thanks for reporting.

meyumeapps commented 8 years ago

Did this ever get fixed?