Integer Example - i

suggest change
int highScore = 57;
NSString *scoreBoard = [NSString stringWithFormat:@"HighScore: %i", (int)highScore];

NSLog(scoreBoard);//logs "HighScore: 57"

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents