cruisediary / Pastel

🎨 Gradient animation effect like Instagram
MIT License
3.5k stars 185 forks source link

Question: How did you do to manage the updating bacground without concurrency issues... #23

Open bryanlaratovar opened 7 years ago

bryanlaratovar commented 7 years ago

Hey pal, I'm working on something that uses this kind of background, yours works like a champ.. But I don't get how you update the background without having issues with the other tasks, like writing on the keyboard without getting stuck while the animation occurs ...

I tried to use dispatchQue but seems like I'm missing something out...

Would you mind giving me a little hint on how did you achieved such thing?

Thanks!

zntfdr commented 7 years ago

Hi there! I'm not the author/maintainer of the repo, but the project core is just a sub-200-lines file. You can easily go ahead and study what Pastel does 😊.

From a first look, I believe the secret lays on the CALayer drawAsynchrnously boolean (here).