CGSize contentSize = [self.contentLabel.textsizeWithFont:self.contentLabel.fontconstrainedToSize:CGSizeMake(self.contentLabel.frame.size.width,MAXFLOAT) lineBreakMode:NSLineBreakByWordWrapping];
有下面这玩意计算 高度计算不准确,
// self.contentLabel.lineHeightMultiple = 1.5;