美文网首页
wkwebView iOS11下偏移20个像素

wkwebView iOS11下偏移20个像素

作者: 泽小记 | 来源:发表于2018-02-07 13:59 被阅读885次

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

            UIScrollView.appearance.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;

        } else {

            self.automaticallyAdjustsScrollViewInsets = NO;

        }

    相关文章

      网友评论

          本文标题:wkwebView iOS11下偏移20个像素

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