Hacker News new | ask | show | jobs
by younata 4785 days ago
Yes and no. The -(void)drawFrame call uses CPU, but almost everything else you do in UIKit is done in the gpu. (Everything that can be animated is done in the gpu)