malcommac / SwiftRichString

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

iOS 15 Compatibility #133

Open Semty opened 3 years ago

Semty commented 3 years ago

It seems that the framework is not gonna be compatible with a new iOS 15 because of some naming issues (Apple has just introduced AttributedString etc)

Semty commented 3 years ago

@malcommac any thoughts?

TarekSalama commented 1 year ago

You can do SwiftRichString.AttributedString() instead.