SwiftRichString icon indicating copy to clipboard operation
SwiftRichString copied to clipboard

iOS 15 Compatibility

Open Semty opened this issue 3 years ago • 2 comments

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 avatar Aug 03 '21 17:08 Semty

@malcommac any thoughts?

Semty avatar Aug 03 '21 20:08 Semty

You can do SwiftRichString.AttributedString() instead.

TarekSalama avatar May 11 '23 15:05 TarekSalama