I'm working on mobile application development using Xamarin.Forms (PCL). I am using Xamarin WebView to render some web view contents and i'm getting performance issue in iOS application. So, i have analyzed and found that the WKWebView will improve the performance.
How can i use WKWebView in Xamarin Forms WebView instead of UIWebView ? Is there any custom rendering available to do this?