You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I don't have time to work on this at the moment, but I do think it's a reasonable request, so if you or anyone else does want to implement this then I would be happy to merge it.
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.The text was updated successfully, but these errors were encountered: