Reputation: 3
How would I use a button on my app to set the current URL that a WebView is showing?
Upvotes: 0
Views: 68
Reputation: 18741
You can get the [[UIWebView request] url] and then set it to the title of the button.
UIWebView and NSUrlRequest
Upvotes: 1