一、UIWebView滑动减速控制
/**
UIScrollViewDecelerationRateNormal 减速速度慢慢降下来(会有一个滑动效果,类似于惯性)
UIScrollViewDecelerationRateFast 减速速度快速降为0(用户松开手指,滑动的距离很短)
*/
webView.scrollView.decelerationRate = UIScrollViewDecelerationRateNormal;
/**
UIScrollViewDecelerationRateNormal 减速速度慢慢降下来(会有一个滑动效果,类似于惯性)
UIScrollViewDecelerationRateFast 减速速度快速降为0(用户松开手指,滑动的距离很短)
*/
webView.scrollView.decelerationRate = UIScrollViewDecelerationRateNormal;
本文标题:UIWebView
本文链接:https://www.haomeiwen.com/subject/twhedxtx.html
网友评论