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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.