I have an iOS app where everytime the user clicks he or she gains 10 points. I have a label that displays the users points that updates every time points are gained. This is difficult to phrase, but my question is how I would make this counter show every number that gets added?
Example:
What I have right now: User clicks. Counter displays 10. User clicks again. Counter displays 20. So on and so on
What I am trying to do: User clicks. Counter goes 1,2,3,4,5,6,7,8,9,10 all in one second.
Hopefully you can understand my question!
Thanks in advance!