Currently, if I need to create multiple attributedString, I have to create multiple builders, then set default attributes to each new builder.
Would be nice to have something like builder.resetText, to clear current text and to reuse that same builder for building another attributed string.
Currently, if I need to create multiple attributedString, I have to create multiple builders, then set default attributes to each new builder.
Would be nice to have something like
builder.resetText, to clear current text and to reuse that same builder for building another attributed string.