One note: it is better to use UI/CA animation APIs than display links if possible; render server runs at higher priority than your app can.
Conversation
It would be great to be able to tap into the fast rendering without having to adopt the UIKit APIs.
1
Replying to
You can do it with CAAnimation APIs too. But yes, I take your point. Not sure how to permit that safely in practice; will ponder.
Replying to
Thanks Andy! I use CADisplayLink in PMTween, but would be great to operate as the built-in APIs do.
Replying to
. arbitrary user-defined timing functions for CA would be a very nice step in this direction...
2
1


