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;
}];