samuel
samuel

Reputation: 3

How would I use a button on my app to set the current URL that a WebView is showing?

How would I use a button on my app to set the current URL that a WebView is showing?

Upvotes: 0

Views: 68

Answers (1)

vodkhang
vodkhang

Reputation: 18741

You can get the [[UIWebView request] url] and then set it to the title of the button.

UIWebView and NSUrlRequest

Upvotes: 1

Related Questions