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://www.codercto.com/soft/d/8257.html

Boolean Reasoning

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换