iOS 网页处理 Otafuku
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/tasanobu/Otafuku
软件介绍
Otafuku 提供了使用 WKWebView 的实用类,它有以下特性:
WebViewUIController通过想一般的浏览器显示一个警告那样处理 WKUIDelegate 方法WebViewPropertyObserver通过注册关闭和 Swift enum 来通知 WKWebView 属性值的变化。 有了这个类,无需 KVO 编码就能知道 WKWebView 属性值的变化。
示例:
class ViewController: UIViewController {
let uiDelegate = WebViewUIController()
override func viewDidLoad() {
super.viewDidLoad()
webView.UIDelegate = uiDelegate
}
}
Design and Analysis of Distributed Algorithms (Wiley Series on P
Nicola Santoro / Wiley-Interscience / 2006-10-27 / USD 140.95
This text is based on a simple and fully reactive computational model that allows for intuitive comprehension and logical designs. The principles and techniques presented can be applied to any distrib......一起来看看 《Design and Analysis of Distributed Algorithms (Wiley Series on P》 这本书的介绍吧!
