I am trying to have multiple values showing in a alertbox but the last to pars dosnt seem to show,
here is the code i have already,
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You Lose" message:[NSString stringWithFormat: @"Unlucky you only made it to Level : %d" ,fred,@" and scored %i",score ] delegate:nil cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
Can anyone suggest a better way for this to behave?
Try this: