Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

V-Appel

macrumors newbie
Original poster
Oct 1, 2013
5
0
Hi!
I´m trying to put an SkLabel on the screen to display a score.
The int is set up and it is increasing but the label isn´t updating...
What can I put under my:
Code:
-(void)update:(CFTimeInterval)currentTime {
}
To make is update and display the correct score?
Thanks
 
Could you post the code where you believe that you are updating the text on the SKLabel.

It should be something like (assuming the label is called myLabel

Code:
[myLabel setText:"myText"];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.