只需要六行代码,快递集成网页加载进度条显示效果。更可以自定义进度条的颜色,开题报告,高度。
导入头文件:
#import 'YQLWebView.h'使用文件和设置相关参数:
YQLWebView *webView = [[YQLWebView alloc] initWithFrame:self.view.bounds];webView.urlStr = @'https://google.com/';webView.progressColor = [UIColor redColor];webView.progressHeight = 10.0;[self.view addSubview:webView];,开题报告