ninjinkun / NJKWebViewProgress

UIWebView progress interface
MIT License
3.9k stars 594 forks source link

How to use in WKWebView ? #77

Open haiwei-Lee opened 7 years ago

haiwei-Lee commented 7 years ago

How to use in WKWebView ?

how to set delegate (WKWebview have WKNavigationDelegate and WKUIDelegate)

VictorQi commented 6 years ago

WKWebView has a property named estimatedProgress. This property is KVO compliant.