Is there a way to create a list style like the UL LI for HTML on the iPhone in a textView? Why i want this is because when i have a long text there will be minimal 2 rules text show.
Example:
-
Hello i’m a monkey
from the zoo! -
Hello i’m a monkey
from the zoo!
the best way that worked for me is to use a UIWebView and add the text as HTML.
this is apple recommendation for rich text.
And don’t forget to create the “style.css” file in your project.
good luck
shani