if #available(iOS 11.0, *) {
self.tableVManager?.tableView.contentInsetAdjustmentBehavior = .never
} else {
self.automaticallyAdjustsScrollViewInsets = false
}
解决iOS11 UITableView向下偏移的一些方法:https://www.jianshu.com/p/440c88839311
网友评论