SwiftWebViewProgress 0.3

SwiftWebViewProgress 0.3

测试已测试
Lang语言 SwiftSwift
许可证 MIT
发布最后发布2017 年 6 月
SwiftSwift 版本3.0
SPM支持 SPM

Daichi Ichihara 维护。



  • 作者
  • mokumoku

SwiftWebViewProgress

这是一个 WIP 项目。

SwiftWebViewProgress 是 UIWebView 的进度接口库。

这几乎是把 NJKWebViewProgress 移植到 Swift 中。

要求

  • iOS8 或更高版本
  • Xcode8 或更高版本(Swift 3.0)

安装

通过 CocoaPods

  • pod SwiftWebViewProgress 添加到 Podfile
  • 在命令行中运行 pod install

  • 在您的项目中导入 SwiftWebViewProgress.swift
  • (可选,导入 SwiftWebViewProgressView.swift

用法

progressProxy = WebViewProgress()
webView.delegate = progressProxy
progressProxy.webViewProxyDelegate = self
progressProxy.progressDelegate = self

加载 webView 后,WebViewProgress 会调用代理方法。

func webViewProgress(webViewProgress: WebViewProgress, updateProgress progress: Float) {
    progressView.setProgress(progress, animated: true)
}

许可证

MIT 许可证。