Open gulang-001 opened 3 years ago
最后放弃使用numberOfLines=0;来适配高度,使用 YYTextContainer container = [YYTextContainer containerWithSize:CGSizeMake(self.detailLab.width, CGFLOAT_MAX)]; YYTextLayout layout = [YYTextLayout layoutWithContainer:container text:self.detailLab.attributedText]; numberOfLines = layout.rowCount; 计算出实际的行数进行赋值
使用的是masonry布局
有大佬知道如何处理吗?