Hacker News new | ask | show | jobs
by richardwhiuk 3380 days ago
That's a horrible fix, introduces jank, and doesn't work cross device.

You normally want a CoreAnimation completion block ([CATransaction setCompletionBlock:^(){}], with an enclosing [CATransaction begin] and [CATransaction end].

1 comments

Yes, I am saying that it's a horrible fix and you shouldn't do it. Sorry I didn't make that clear.