malcommac / SwiftRichString

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

Allow users to overload style property observer #128

Open dimazen opened 3 years ago

dimazen commented 3 years ago

Is it possible to mark style property on UILabel and friends as open instead of public? It would allow to run some useful overloads in subclasses.

What do you think?