SCRAttributedStringBuilder
SCRAttributedStringBuilder copied to clipboard
使用链式调用方式配置 NSAttributedString
Results
1
SCRAttributedStringBuilder issues
Sort by
recently updated
recently updated
newest added
### append 的 string 中如果包含有 emoji,则不能正确展示。 `label.attributedText = AttributedStringBuilder.build({ builder in` ` builder.append("hello world 👇").end()` ` })` 希望大佬可以改一下相关代码. 将 **_string.count_** 改为 **_(string as NSString).length_** [原因: 对于 emoji , String.count !=...