lele8446 / CJLabel

A drop-in replacement for UILabel that supports NSAttributedString, rich text, display any view, links, select copy and more
MIT License
185 stars 27 forks source link

在tableview cell中,设置两种labeltext颜色,显示会乱 #28

Open jiangyunzhao opened 2 years ago

lele8446 commented 2 years ago

tableviewcell重用后重新设置table的attributedText时,旧的attributedText属性值仍然存在,建议重设前先清空Attribute属性。