Skip to content

Instantly share code, notes, and snippets.

@exce11ent
Created July 26, 2013 15:03
Show Gist options
  • Save exce11ent/6089602 to your computer and use it in GitHub Desktop.
Save exce11ent/6089602 to your computer and use it in GitHub Desktop.
NSString *numberString = @"0";
NSNumber *number = [NSNumber numberWithInt:_selectedCounter];
numberString = [numberString stringByAppendingString:number.description];
cell.numberLabel.text = numberString;
cell.numberLabel.hidden = NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment