I want to show number in a UILabel
from an unknown number to unknown number. Suppose from 40 to 699. I want to show this one by one and then break the loop sequence when required number is arrived.
E.g {40,41,42...667,668,669}
I want to remove the previous number from the label and add new number to the label object.
I am confuse to use UIAnimation
in for() Loop
.
Does anyone have any idea how to do this?