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
}
}
Boolean Reasoning
Brown, Frank Markham / 2003-4 / $ 19.15
A systematic treatment of Boolean reasoning, this concise, newly revised edition combines the works of early logicians with recent investigations, including previously unpublished research results. Th......一起来看看 《Boolean Reasoning》 这本书的介绍吧!
