So I’ve seen it everywhere in apps/games and other things its when you score or you get game over and the score number adds up to your score from zero. I want it so in about 1 second a label goes from the text: 0 to and integer that is stored with the players score.
Share
I would go by using an
NSOperationthat sleeps and add the points (actually it may work even without sleeping). Something like: