-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML string not render #113
Comments
example: |
@petkrein Why would you want to convert HTML to NSAttributedString using AttributedString's method? Doesn't the library do automatically? |
using convertHtml is extremely slow |
@altagir altagir:
As @TrungKhanhNguyen reported, the library does not appear to support this. I ran into the same problem and helped myself with the extension. And yes, it's very slow. |
@rizwan9 because of:
|
I want display some HTML String for UITextView but its only display raw text. I dont know why
Can you help me? Thanks
I'm using xcode 11.4 & catalina 10.15.4
The text was updated successfully, but these errors were encountered: