How to use UIWebView to get scrolling text ?
- by srikanth rongali
Hi,
In my iPhone application I need a scrolling text.
I had the text to be displayed and scrolled up and down but I could not get customized text.
I mean all the text is of same font. I need some different font size text .
I am using UITextView, but UITextView do not support customized text in it.
How can I have the scrolling text which has different font size.
I read that to use UIWebView for this. But, I could not understand how to use it.
the text contains no url's no editing.(It need to be just static text to read).
How can I do this ?
Thank you.