try doing:
self.countLabel.text = [NSString stringWithFormat:@"%ld", (long)--self.total];
solved When I get error when try to set text for Label?
try doing:
self.countLabel.text = [NSString stringWithFormat:@"%ld", (long)--self.total];
solved When I get error when try to set text for Label?