Skip to content

Instantly share code, notes, and snippets.

@maddox
Created August 19, 2008 02:30
Show Gist options
  • Save maddox/6127 to your computer and use it in GitHub Desktop.
Save maddox/6127 to your computer and use it in GitHub Desktop.
//determine height of label
CGSize size = CGSizeMake(240.0,1000.0);
size = [[NSString stringWithFormat:@"%@: %@", [tweetResult objectForKey:@"from_user"], [tweetResult objectForKey:@"text"]] sizeWithFont:[UIFont systemFontOfSize:14.0] constrainedToSize:size lineBreakMode:UILineBreakModeWordWrap];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment