阅读349 返回首页    go 阿里云 go 技术社区[云栖]


UIWebView获得内容的高-作出自适应高的UIWebView

- (void)webViewDidFinishLoad:(UIWebView *)webView
{    
NSString *height_str= [webView stringByEvaluatingJavaScriptFromString: @"document.body.offsetHeight"];
    int height = [height_str intValue];
    webView.frame = CGRectMake(0,0,320,height);
    NSLog(@"height: %@", [webView stringByEvaluatingJavaScriptFromString: @"document.body.offsetHeight"]);
}
废话不多说 上代码~~~求相互交流~

最后更新:2017-04-04 07:03:14

  上一篇:go Design Pattern: Factory Method 模式
  下一篇:go iPhone5易弯曲的六大理由猜想