This is the correct format on Android:
But the content of last line doesn't show up on iOS:
I tried method below still not work:
[_contentLab setText:str afterInheritingLabelAttributesAndConfiguringWithBlock:^NSMutableAttributedString *(NSMutableAttributedString *mutableAttributedString) {
return mutableAttributedString;
}];
Github - TTTAttributedLabel issue
Use TTTAttributedLabel
Version 1.8.1 to avoid truncation issues.
Or better, I would advice trying https://github.com/Krelborn/KILabel which is a project without this issue.