ibireme / YYText

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

YYLabel lineBreakMode 不起作用 #293

Closed enrecul closed 8 years ago

enrecul commented 8 years ago

已设置displaysAsynchronously = NO。

调整YYLable的lineBreakMode,不起作用。感觉一直是NSLineBreakByWordWrapping模式。

ibireme commented 8 years ago

注意看下注释: displaysAsynchronously 默认值就是 NO,不用手动调整。 设置了 attributedText 后,attributedText 的属性会替换 label 中对应的 property (例如 lineBreakMode), 设置了 textLayout 后,textLayout 的属性会替换 label 中对应的 property (也包括 lineBreakMode)。

enrecul commented 8 years ago

"设置了 attributedText 后,attributedText 的属性会替换 label 中对应的 property"

enrecul commented 8 years ago

谢谢,是我没有理解对。

wishsoul commented 7 years ago

依然不起作用 [resultAttrString setYy_lineBreakMode:NSLineBreakByTruncatingMiddle];