Convert HTML content to NSString in IOs.

Updated 14 December 2016

Save

 

HTML TO NSSstring

Sometimes we need to display  HTML data to UIlabel for this we have to change into NSString, otherwise, we have to use web view for displaying  data without loss of any original data.  when we display HTML content to UILabel then we have to calculate its length also otherwise we can’t set another view on the bottom of UILabel.

Example:

1: here htmlData contains your HTML content coming from the server.

2: calculate height of UILabel :    shortDescription.frame.size.height;

it will return actual height of UIlabel.

 

 

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home