I am developing an app where there is a requirement under which there is show wikipedia link in Web
view.and also there is showing history of pages open via web view in a table view.I have find it on goo
gle but can't find any solution.How can I solve it?
Following code for the backward and forward into UIWebViewController
UIWebView
hasgoBack
andgoForward
method. Refer [here].(http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/Reference/Reference.html)Don't forget to add
UIWebViewDelegate
in .h and its objectdelegate
toself
.Also can store
url
inNSMutableArray
like this: