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

why TTTAttributedLabel doesn't show last line content after some special symbols on IOS?

这是 Android 上的正确格式:

但是iOS上没有显示最后一行的内容:

我试过下面的方法还是不行:

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

Github - TTTAttributedLabel issue

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

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