SwiftRichString
SwiftRichString copied to clipboard
👩🎨 Elegant Attributed String composition in Swift sauce
Hi, I noticed if you create a new Style using `byAdding` and you change a paragraph style attribute this also affects the original Style. Thanks for the great library Bastian
Is there any possibility to implement Interface Builder support for macOS or NSTextField?
Hello, I'm trying to set multiple styles for an attributed string, but I'm facing problems when I try to set a `StyleGroup` through an array. To replicate the problem in...
Hi, I always had this very simple style with a simple string, and the alignment always worked. Now after upgrading to 2.10 the alignment does not work anymore? ```swift let...
ping