Alessandro Ornano

Results 2 comments of Alessandro Ornano

My translation to Swift 3.x [here](https://github.com/aornano/whatsapp-ios-swift3)

That happened 'cause iOS 15 contains `Foundation.AttributedString`, to avoid this misunderstanding from the compiler you can make an alias to your code like this: `typealias AttributedString = SwiftRichString.AttributedString ` just...