Closed Milan3792 closed 8 years ago
If you have an HTML NSString, you can display it with setHtmlString:
, which will automatically convert the NSString to an NSAttributedString and display it in the text view. If you already have an NSAttributedString, you can call the setAttributedText:
method.
thanks @Deadpikle
is there any method that could help me display the text converted from html string?