AttributedStringBuilder
AttributedStringBuilder copied to clipboard
Easily construct attributed strings in swift
changed how `.underline` and `.strikethrough` attributes were used. Allowing the use of `NSUnderlineStyle` for both, so people can use a variety of styles for these lines.
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`,...
Firstly - thanks for this library. I'm using it quite a bit in my work and it's an absolute lifesaver. Only today I've found a slight shortcoming. Unless I'm missing...
We've dropped Cocoa Pods. Any chance you will include supports for Swift Package Manager.