Results 1 comments of Coze

我暂时通过以下方式解决,仅供参考。 在子线程创建textLayout,主线程创建 textLabel,truncationToken。 还是需要等@ibireme 修改来解决该问题。 ``` YYTextLayout *textLayout; YYTextLabel *textLabel; textLabel.ignoreCommonProperties = NO; textLabel.textLayout = textLayout; NSAttributedString *truncationToken; textLabel.truncationToken = truncationToken; ```