美文网首页
解决WKWebView无惯性问题

解决WKWebView无惯性问题

作者: LJ的ios开发 | 来源:发表于2016-11-29 11:58 被阅读125次

    给WKWebView的scrollView.delegate = self

    - (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView { 
       scrollView.decelerationRate = UIScrollViewDecelerationRateNormal;
    }
    

    相关文章

      网友评论

          本文标题:解决WKWebView无惯性问题

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