Closed enrecul closed 8 years ago
注意看下注释:
displaysAsynchronously
默认值就是 NO,不用手动调整。
设置了 attributedText
后,attributedText 的属性会替换 label 中对应的 property (例如 lineBreakMode),
设置了 textLayout
后,textLayout 的属性会替换 label 中对应的 property (也包括 lineBreakMode)。
"设置了 attributedText 后,attributedText 的属性会替换 label 中对应的 property"
谢谢,是我没有理解对。
依然不起作用
[resultAttrString setYy_lineBreakMode:NSLineBreakByTruncatingMiddle];
已设置displaysAsynchronously = NO。
调整YYLable的lineBreakMode,不起作用。感觉一直是NSLineBreakByWordWrapping模式。