Tutorial by Examples

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

Page 1 of 1