I have placed a Cocoa Touch UILabel, which displays numbers.
What I want is to animate the text in UILabel when number changed. So that the user can be easier to notice the number is changing.
The animation can be very simple, for example, when the text is changed, it first zooms to a bigger size, and then zooms back to normal size.
It seems I can only animate the font size.
any suggestions?
Thanks