Open bryanlaratovar opened 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).
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!