这是Android上的正确格式:
但是最后一行的内容并没有出现在iOS上:
我尝试下面的方法仍然不起作用:
[_contentLab setText:str afterInheritingLabelAttributesAndConfiguringWithBlock:^NSMutableAttributedString *(NSMutableAttributedString *mutableAttributedString) {
return mutableAttributedString;
}];
答案 0 :(得分:0)
Github - TTTAttributedLabel issue
使用TTTAttributedLabel
版本1.8.1来避免截断问题。
或者更好的是,我建议尝试https://github.com/Krelborn/KILabel这是一个没有这个问题的项目。