ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.68k forks source link

YYLabel 内部会修改 NSAttributedString 导致 cell复用问题 #932

Open hdyluo opened 3 years ago

hdyluo commented 3 years ago

UITableViewCell中使用了YYLabel 并根据条件指定了yy_setFirstLineHeadIndent,会有cell复用问题。YYLabel会对新赋值的NSAttributedString 里的attribute 并不是全覆盖,而是覆盖新的attribute里的东西,新的attribute没有的会被yylabel保留下来。