解决iOS11刷新tableview会出现漂移的问题

if(@available(iOS11.0, *)) {

        _tableView.estimatedRowHeight = 0;

        _tableView.estimatedSectionHeaderHeight = 0;

        _tableView.estimatedSectionFooterHeight = 0;

    }

你可能感兴趣的:(解决iOS11刷新tableview会出现漂移的问题)