iOS TableView刷新后位置偏移

iOS11以后有的问题, TableView刷新后位置偏移
    self.tableView.estimatedRowHeight = 0;
    self.tableView.estimatedSectionHeaderHeight = 0;
    self.tableView.estimatedSectionFooterHeight = 0;

你可能感兴趣的:(iOS TableView刷新后位置偏移)