cruisediary / Pastel

🎨 Gradient animation effect like Instagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leaked CG colors

tornikegomareli opened this issue · comments

I tested application with xcode profiler.

Result is this

screen shot 2018-03-14 at 12 56 35 pm

I think the problem is when CGColor objects are creating every animationGradient call.

Maybe caching the objects will solve it ?!

This problem is discussed in #24
Maybe on weekend, I will seek for a solution for that :)