I am working on an iPhone application in which I am loading HTML content in UIWebView.
I want to create a list like this format:
(1) item1
(2) item2
(3) item3
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Thank you all guys for your kind answers….
I got the solution by using a different way.
Rather than customizing ordered list I used table to show the data in which my numbered list with parenthesis is in 1st column and the related text is in another column.
It looks like a nice ordered list.