I\'m trying to understand how to make use of the new WKWebView in iOS8, can\'t find much information. I\'ve read:
http://developer.telerik.com/featured/why-ios-8s-wk
Use some design patterns, you can mix UIWebView and WKWebView. The key point is to design a unique browser interface. But you should pay more attention to your app's current functionality, for example: if your app using NSURLProtocol to enhance network ability, using WKWebView you have no chance to do the same thing. Because NSURLProtocol only effects the current process, and WKWebView using muliti-process architecture, the networking staff is in a seperate process.