twitter-text icon indicating copy to clipboard operation
twitter-text copied to clipboard

Swift implementation of twitter-text library

Results 9 twitter-text issues
Sort by recently updated
recently updated
newest added

I'm trying to understand how to implement this into either a SwiftUI view or a UIKit view. I'm tried calling `Text(TwitterText.entities(in: myText))` and no luck with the error `No exact...

When I tried to use the library in my project, I faced the problem that I could not resolve the resource path of config's JSON files and could not access...

I cannot import any classes. There are no classes in header file. Xcode: 12.2

Instantiating `defaultParser` on real device crashes. The fix I did is the following, plus instantiating via `setDefaultParser(with: Configuration)` ``` private static var _defaultParser: Parser? public static var defaultParser: Parser {...