iOS 网页处理 Otafuku

码农软件 · 软件分类 · 网页(Webview) · 2019-06-18 17:13:55

软件介绍

Otafuku 提供了使用 WKWebView 的实用类,它有以下特性:

  • WebViewUIController 通过想一般的浏览器显示一个警告那样处理 WKUIDelegate 方法

  • WebViewPropertyObserver 通过注册关闭和 Swift enum 来通知 WKWebView 属性值的变化。 有了这个类,无需 KVO 编码就能知道 WKWebView 属性值的变化。

示例:

class ViewController: UIViewController {
    let uiDelegate = WebViewUIController()

    override func viewDidLoad() {
        super.viewDidLoad()
        webView.UIDelegate = uiDelegate
    }
}

本文地址:https://codercto.com/soft/d/8257.html

Refactoring

Refactoring

Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99

Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具