Is there a way to integrate an forward/back button in a WebView in a tabbed application? Any ideas?
Asked
Active
Viewed 114 times
I don't know why a tabbed application matters but in general you can create a UIControl object like UIButton
, add a target and selector to it and in the function you call goBack
or goForward
on the UIWebView
.