Skip to content

Instantly share code, notes, and snippets.

@majie1993
Created January 13, 2015 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save majie1993/06e08cb91167f0730ac6 to your computer and use it in GitHub Desktop.
Save majie1993/06e08cb91167f0730ac6 to your computer and use it in GitHub Desktop.
UIFont *font = [UIFont fontWithName:@"Helvetica" size:30];
NSDictionary *userAttributes = @{NSFontAttributeName: font,
NSForegroundColorAttributeName: [UIColor blackColor]};
NSString *text = @"hello";
...
const CGSize textSize = [text sizeWithAttributes: userAttributes];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment