I see an entry here:
It shows how to add bullets into IOS UITextField.
What I need is something different. I want to save the HTML code in the database like:
<ul>
<li>item1</li>
<li>item2</li>
</ul>
And then show it in IOS application as seen in the browser.
What is the good way of it?