malcommac / SwiftRichString

👩‍🎨 Elegant Attributed String composition in Swift sauce
MIT License
3.1k stars 211 forks source link

`byAdding` not copying paragraph style #112

Open bastianh opened 4 years ago

bastianh commented 4 years ago

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