[Solved] Put in string int and text [closed]
[ad_1] stringVariable = [NSString stringWithFormat:@”%i – %@”, intVariable, stringVariable]; [ad_2] solved Put in string int and text [closed]
[ad_1] stringVariable = [NSString stringWithFormat:@”%i – %@”, intVariable, stringVariable]; [ad_2] solved Put in string int and text [closed]
[ad_1] -(IBAction)passButton:(id)sender{ passCounter++; passLabel.text = [NSString stringWithFormat:@”(%i)”,passCounter]; } [ad_2] solved Change label to integer using string with format [closed]