xcode - Get the URL from webview component -
i using webview component , reload component. sometimes, before reloading url webview still pointing. possible information??
thank in advance. alex
uiwebview *mywebview = // ... well, we'll exists. nslog(@"last loaded or loading url: %@", mywebview.request.url);
the request
nsurlrequest
object used request page can pretty might need out of it.
Comments
Post a Comment