[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]
[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]