文件名称:WebViewProgressView:WebView进度条Demo
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-07 11:48:19
Objective-C
WebViewProgressView WebView进度条 How To Use UIWebView模式: // 创建进度条代理,用于处理进度控制 _progressProxy = [[YHWebViewProgress alloc] init]; // 创建进度条 YHWebViewProgressView *progressView = [[YHWebViewProgressView alloc] initWithFrame:CGRectMake(0, CGRectGetMaxY(self.navigationController.navigationBar.frame), CGRectGetWidth(self.view.bounds), 4)]; progressView.autoresizingMask = UIViewAutoresizingFlexibleWidth|UIV
【文件预览】:
WebViewProgressView-master
----WebViewProgressDemo()
--------WebViewProgressDemoTests()
--------WebViewProgressDemo()
--------WebViewProgressDemo.xcodeproj()
--------WebProgressView()
----README.md(1KB)
----.gitignore(495B)