Hi,
In my app, I'm going to display data that contains styled text, links, images and maybe even embedded video. In the end, it should look somewhat like the Articles app:
I'm not really keen to actually have to pull data from a server and then reformat it in HTML so that the UIWebView can display it correctly - that seems like a lot of work.
Is there maybe an easier way to display such data or will I need a UIWebView?
In my app, I'm going to display data that contains styled text, links, images and maybe even embedded video. In the end, it should look somewhat like the Articles app:
I'm not really keen to actually have to pull data from a server and then reformat it in HTML so that the UIWebView can display it correctly - that seems like a lot of work.
Is there maybe an easier way to display such data or will I need a UIWebView?