I want a UILabel to swell slightly when selected like in some game menu screens. To get smooth resizing I presume I should put some change to the label's properties in an animation block.
The obvious thing to try is to change the label.font.pointSize property but that's readonly.
Scaling the label's .transform property with CGAffineTransformationMakeScale() makes the text blurry.
Is there some other way to do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…