Display A TTStyledTextLabel in a UITableView
问题 How can I set a TTStyledTextLabel inside of a UITableView. Each TTStyledTextLabel contains Some parsed HTML. Heres what I have I realize its probably completely wrong. TTStyledTextLabel* label = [[TTStyledTextLabel alloc] autorelease]; cell.textLabel.text = [TTStyledText textFromXHTML:tempString lineBreaks:YES URLs:YES]; App Crashes on launch. I think its because I am setting the .text property with something that is not text. However, I don't know what else to set. 回答1: The following code