|
|
|
|
|
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]. |
|