How can I run implicit of explicit animations (e.g. CAKeyframeAnimation) on a high priority thread / queue. I made a custom UI with CoreAnimation and I want it to be the most repsonsive part of the whole app. Basically exactly like Apple did with UITableViews.
Once you scroll them, other parts of your application might simply stop.