Skip to content

Instantly share code, notes, and snippets.

@pinda
Created September 26, 2011 09:33
Show Gist options
  • Save pinda/1241933 to your computer and use it in GitHub Desktop.
Save pinda/1241933 to your computer and use it in GitHub Desktop.
self.subtitleLabel = [[UILabel alloc] initWithFrame:CGRectMake(108, 32, self.view.width - 120, 0)];
self.subtitleLabel.font = [UIFont fontWithName:@"Helvetica" size: 12.0];
self.subtitleLabel.textColor = RGBCOLOR(136, 136, 136);
self.subtitleLabel.backgroundColor = [UIColor clearColor];
[self.view addSubview:self.subtitleLabel];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment