1

I've found that the UIWebview with in my app is holding a lot of data and i want to allow the user to clear the history from the UIWebView, but as a fairly new programmer i don't quite know how to do this.

I'm using Xcode 4.2.1

Oli
  • 117
  • 1
  • 10

1 Answers1

0

If by history you mean the back and forward history the sorry there is no official way to delete history of UIWebView. There are few private methods (see this - How to clear back forward list in UIWebview on iPhone?) but if you use this your app will be rejected from app store.

Community
  • 1
  • 1
Saurabh
  • 22,743
  • 12
  • 84
  • 133