TTT attributed Label Multi- colored Font help
问题 -(UITableViewCell*) makeLikeCell { // Load the top-level objects from the custom cell XIB. NSArray *topLevelObjects = [[NSBundle mainBundle] loadNibNamed:@"SpotlightLikesTableViewCell" owner: self options: nil]; // Grab a pointer to the first object (presumably the custom cell, as that's all the XIB should contain). UITableViewCell *cell = [topLevelObjects objectAtIndex:0]; NSString *likeText = [likesAndComments objectAtIndex: kLikeRow]; TTTAttributedLabel *likeLabel = [[[TTTAttributedLabel