美文网首页
iOS:tableView贴在屏幕最顶部

iOS:tableView贴在屏幕最顶部

作者: Liu____ | 来源:发表于2020-12-14 12:00 被阅读0次
        if #available(iOS 11.0, *) {
                self.tableVManager?.tableView.contentInsetAdjustmentBehavior = .never
            } else {
                self.automaticallyAdjustsScrollViewInsets = false
            }
    

    解决iOS11 UITableView向下偏移的一些方法:https://www.jianshu.com/p/440c88839311

    相关文章

      网友评论

          本文标题:iOS:tableView贴在屏幕最顶部

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