Skip to content

Instantly share code, notes, and snippets.

@dennda
Created November 10, 2011 23:32
Show Gist options
  • Save dennda/1356626 to your computer and use it in GitHub Desktop.
Save dennda/1356626 to your computer and use it in GitHub Desktop.
UILabel *participants_label = [[UILabel alloc] init];
participants_label.text = @"Current Participants:";
participants_label.backgroundColor = [UIColor clearColor];
participants_label.font = [UIFont systemFontOfSize:28.];
[participants_label sizeToFit];
return participants_label;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment