If you have a plain (not grouped) UITableView with a single row, the rest of the screen is filled with blank or empty cells. How do you change the appearance of these blank
For swift 4.0 :
self.tableView.tableFooterView = UIView(frame: CGRect.zero)