I need to load html data in my view which I will receive from backend for eg:
<h2>Title</h2><br>
<p>description here</p>
Which will look something like the below image
I need to edit the contents in the view, lets say add few more paragraph and change the fonts and send the edited content back in html format with the added paragraph and font tags.
How should I go about doing this? I need it to support from iOS 5 and above.