根据内容设置web View的高度

 CGFloat webViewHeight = [[_webView stringByEvaluatingJavaScriptFromString:@"document.body.offsetHeight"] intValue];


 _webView.frame = CGRectMake(0, 0, width, webViewHeight);



你可能感兴趣的:(网页视图,(webView))