LT: Anyone done any benchmarking comparing, CATextLayer, UILabel and UIStringDrawing for drawing/animating lots of single character views?
Conversation
Do the characters change over time, or are you trying to do something like the QuickType animation?
1
mostly transform animations, preferably within a UIView animation block so that timing can match other animations.
1
1
Replying to
Are you trying to bring the letters together into a correctly-kerned word?
Render the finished string into a single buffer; display slices of that buffer with separate UIImageViews.
3
1
14
Show replies

