I am reading a feed which gives the data with some html tags like
<p> this is a test string </p>.
I need to display this in UITableViewCell. The problem I have is , the html tags also gets displayed. How can I just show the text without html tag .??
Any help is greatly appreciated …!!!
Thanks
Just run the string through some stripping code before adding it to your tableview.