For unknown reason, I had this problem in tableView
even after iOS14, even though the answer above that there will be no longer extra separator lines in default.
The method I use to solve it is to set footerView
to vacant UIView
, as in that same answer.
your_tableView.tableFooterView = UIView()