molon / MLLabel

UILabel replacement with TextKit. Support link and expression.
MIT License
723 stars 115 forks source link

有没有办法将AttributedString转回普通String #78

Closed wangweihu closed 7 years ago

wangweihu commented 7 years ago

eg:已转化成AttributedString的字符串:我是小😊😎 转回到对应的普通字符串:我是小[开心][酷~]

molon commented 7 years ago

这个倒是没提供,一般不需要吧,本身这个普通字符串你本身就肯定知道啊,只不过在给到label的时候label需要处理成attrStr用来渲染罢了。

wangweihu commented 7 years ago

这个能提供一些思路吗

molon commented 7 years ago

。。 你转成 expressionAttrStr 之前记录一下好啦。。