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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -