美文网首页
WKWebView 与CollectionView嵌套使用的卡顿

WKWebView 与CollectionView嵌套使用的卡顿

作者: Miik | 来源:发表于2019-08-12 09:52 被阅读0次

最近用 WKWebView 嵌套在 UICollectionViewCell 时遇到一个问题,就是滑动的时候明显碰到一个手势的卡顿,当 把 UICollectionView 的 contentInsetAdjustmentBehavior 设置成 UIScrollViewContentInsetAdjustmentNever 时,WKWebView 的 scrollView 没有设置成 UIScrollViewContentInsetAdjustmentNever 就会滑动的时候有一个明显的卡顿操作

相关文章

网友评论

      本文标题:WKWebView 与CollectionView嵌套使用的卡顿

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