I have some text that I want to render and I thought that UIWebView would be the best control for it since I'd like to have have different font sizes and colors for portions of it.
The text is stored locally and loaded into UIWebView which seems to take a long time for the initial load.
What I don't want to do is have to programmatically adjust the fonts for each text section -- the markup for it is best kept in a file can be edited separately.
So two questions:
- Is the UIWebView the best control to render multi-font text?
- What's a way to work around the slow loading time?