I am trying to clear the history of a webview
using the code above:
[_webView setMaintainsBackForwardList:NO];
But I am geting this erro message:
"No visible @interface for uiwebview declares the selector setMaintainsBackForwardList"
What can I do?