How To Convert Html Tags To Plain Text In Iphone
I have webservice response like this. NSString *str= @'Slight left onto Adelaide Rd/B509
Continue to follow
Solution 1:
You can use NSScanner class to parse the HTML.
Have a look at this post: How to convert NSString HTML markup to plain text NSString?
Post a Comment for "How To Convert Html Tags To Plain Text In Iphone"