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