Links

Get current URL of UIWebView

NSString *currentURL = [webView stringByEvaluatingJavaScriptFromString:@"window.location"];

Post a Comment