if (@available(iOS 11.0, *)) {
self.webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
if (@available(iOS 11.0, *)) {
self.webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}
本文标题:WKWebView 在xcode 会向下偏移
本文链接:https://www.haomeiwen.com/subject/rxnzadtx.html
网友评论