views:

12

answers:

0

I have an app with a UITableView and Detail Views. Every detail view contains some text with a background and the text depends on the TableView row selected. The Table data is taken from a .plist. I have tried displaying the text from a .pages file in a UIWebView, but it takes too much time to load and it doesn't take the whole screen (while .rtfd files in a UIWebView are displayed on a full screen).

What is the best and easiest way to do this?

Thanks in advance!