tags:

views:

12

answers:

0

Writing HTML and especially images onto the iDevice's disk just to display them in a UIWebView is time-consuming and Apple actively discourages this because it shortens the flash memory's lifetime.

I think it's possible to include image data right into the HTML, I know it's possible with CSS. Is there some way I can make a UIWebView instance load data only out of memory, and not from the disk?