■Titleの取得
NSString* title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];
■URLの取得
NSString* url = [webView stringByEvaluatingJavaScriptFromString:@"document.URL"];
参考記事:
http://iphone-dev.jp/modules/d3forum/index.php?topic_id=72
http://www.htmq.com/js/index.shtml
タグ:iPhone
【UIWebViewの最新記事】