Hi I have a TableViewController with two static cells, however when displayed, it shows the two static cells, and then all the other empty cells for the tablevi
TableViewController
Abobe anwer is right. We can achieve this by adding
tableView.tableFooterView = UIView() // to remove extra cells in tableView