Created
August 19, 2008 02:30
-
-
Save maddox/6127 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
//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