Skip to content

Instantly share code, notes, and snippets.

@peerasak-u
Created August 21, 2013 11:03
Show Gist options
  • Select an option

  • Save peerasak-u/6293105 to your computer and use it in GitHub Desktop.

Select an option

Save peerasak-u/6293105 to your computer and use it in GitHub Desktop.
NSAttributedString *attrStr = ... // your attributed string
CGFloat width = 300; // whatever your desired width is
CGRect rect = [attrStr boundingRectWithSize:CGSizeMake(width, 10000) options:NSStringDrawingUsesLineFragmentOrigin | NSStringDrawingUsesFontLeading context:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment