How should I pass an int into stringWithFormat? February 27, 2023 by Tarik Do this: label.text = [NSString stringWithFormat:@"%d", count];