dzenbot / DZNWebViewController

A simple web browser for iPhone & iPad with similar features than Safari's
https://www.cocoacontrols.com/controls/dznwebviewcontroller
MIT License
1.06k stars 181 forks source link

KVO web view title #13

Closed nolanw closed 8 years ago

nolanw commented 9 years ago

WKWebView's title property is documented KVO-compliant. This is actually useful because the title is often available before didFinishNavigation gets called, and now we'll see the title as soon as possible.

I hope the officially-documented-as-KVO-compliant observer doesn't stick out too much ;-)

nolanw commented 8 years ago

?