TableFooterView не пропадает


#1

Ребята помогите не могу понять, чего 1/3 экрана снизу блокирует мой текст.Сделал tablefooterview на .zero. Проверял много раз везде поставил отключение View в tableview . Показываю проблему на картинке.Пожалуйста помогите?
Вот мой код :

override func viewDidLoad() {
super.viewDidLoad()

title = baskets?.detailTitleB


tableView.tableFooterView = UIView(frame: .zero)
tableView.estimatedRowHeight = 300
tableView.rowHeight = UITableViewAutomaticDimension
tableView.separatorStyle = .none
tableView.delegate = self
tableView.dataSource = self
tableView.register(UINib(nibName:"BasketballTableViewCell",bundle:nil), forCellReuseIdentifier: "basketCell")
  tableView.reloadData()
  loadMatchBasket()
// Do any additional setup after loading the view.

}


#2

tableView.estimatedRowHeight = 300

Если изменить, то что-то изменится?