SwiftRichString icon indicating copy to clipboard operation
SwiftRichString copied to clipboard

👩‍🎨 Elegant Attributed String composition in Swift sauce

Results 42 SwiftRichString issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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...

question