tags:

views:

17

answers:

0

There are several html files in the app bundle. Depends on which page a user selects, the app loads a html file into a UIWebView. However, there is a delay when loading the html file for the first time. Is there a way to pre-fetch the html first (probably in a NSOperation) and improve the loading speed?

Thanks