UIWebView

作者: KnowWhy | 来源:发表于2017-08-24 14:33 被阅读0次

    一、UIWebView滑动减速控制

    /**
    UIScrollViewDecelerationRateNormal 减速速度慢慢降下来(会有一个滑动效果,类似于惯性)
    UIScrollViewDecelerationRateFast 减速速度快速降为0(用户松开手指,滑动的距离很短)
    */
    webView.scrollView.decelerationRate = UIScrollViewDecelerationRateNormal;
    

    相关文章

      网友评论

          本文标题:UIWebView

          本文链接:https://www.haomeiwen.com/subject/twhedxtx.html