美文网首页
iOS11 解决 Pop、 Push“跳动”

iOS11 解决 Pop、 Push“跳动”

作者: 正确的道路上用笨方法 | 来源:发表于2017-12-25 17:14 被阅读18次

    if (@available(iOS 11.0, *)) {

    self.myWKwebview.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

    } else {

    // Fallback on earlier versions

    }  

    相关文章

      网友评论

          本文标题:iOS11 解决 Pop、 Push“跳动”

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