iOS - Converting HTML to Normal text -
iOS - Converting HTML to Normal text -
in application, i'm receiving html file news server.
after receiving, want remove tags, images, url anchors, etc , show text in text view.
there's website functions similar 1 i'm looking for. website takes html input , removes tags , displays plain text result. want accomplish similar function in app , display text news received.
any libraries or open source web services available this?
there library here, this:
nsstring *htmlstripped = [[nsattributedstring attributedstringwithhtml:data_for_my_html options:nil] string];
html ios text html-content-extraction
Comments
Post a Comment