Skip to content

Instantly share code, notes, and snippets.

@alex-zige
Created February 13, 2014 22:49
Show Gist options
  • Save alex-zige/8985562 to your computer and use it in GitHub Desktop.
Save alex-zige/8985562 to your computer and use it in GitHub Desktop.
iOS font control
myLabel.textColor = [UIColor whiteColor];
myLabel.font = [UIFont systemFontOfSize:14];
myLabel.textAlignment = NSTextAlignmentCenter;
myLabel.adjustsFontSizeToFitWidth = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment