Created
September 26, 2011 09:33
-
-
Save pinda/1241933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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