i m using php file for using data in my application,
in this file i post data on the server and if i get the data from the server
then it is in html formate.
so problem is that i have a string with html tags how i use data in that string.
how i extract data from html string.
I have used the code from –> Flatten-html-content-ie-strip-tags-cocoaobjective-c.
There are also examples of its use on SO.