2

My iPhone app has some tabs and main one is showing a webView object that connects to a specific URL and then download its content. However, all is working properly except when user downloads the app for first time through AppStore, then webView is empty because there is no cache data until device will have internet connection. In order to solve it, I would like to create an initial file cache data for that webView. Possible? How? Thank you!

Perception
  • 79,279
  • 19
  • 185
  • 195
Ruth85
  • 645
  • 2
  • 7
  • 12
  • Take a look at this thread when you get a chance, it might help -http://stackoverflow.com/questions/1343515/how-to-save-the-content-in-uiwebview-for-faster-loading-on-next-launch. – Perception Jul 31 '11 at 18:44

1 Answers1

0

You can use this.

Chris Frederick
  • 5,482
  • 3
  • 36
  • 44
Praveen-K
  • 3,401
  • 1
  • 23
  • 31