为什么TTTAttributedLabel在IOS上的某些特殊符号后没有显示最后一行内容?

时间:2016-03-09 02:38:53

标签: ios display tttattributedlabel

这是Android上的正确格式:

the correct view style on Android

但是最后一行的内容并没有出现在iOS上:

the wrong way on IOS

我尝试下面的方法仍然不起作用:

[_contentLab setText:str afterInheritingLabelAttributesAndConfiguringWithBlock:^NSMutableAttributedString *(NSMutableAttributedString *mutableAttributedString) {
            return mutableAttributedString;
}];

1 个答案:

答案 0 :(得分:0)

Github - TTTAttributedLabel issue

使用TTTAttributedLabel版本1.8.1来避免截断问题。

或者更好的是,我建议尝试https://github.com/Krelborn/KILabel这是一个没有这个问题的项目。