无论是UIWebView还是WKWebView的滑动都是UIScrollView,可以调整UIScrollView中decelerationRate属性来调整webView的滑动速度,此属性有两个系统值
UIScrollViewDecelerationRateNormal
UIScrollViewDecelerationRateFast
取值范围是[0,1),超出会崩溃;
UIScrollViewDecelerationRateNormal
UIScrollViewDecelerationRateFast
取值范围是[0,1),超出会崩溃;