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
in your viewDidLoad() function add this line of code:
viewDidLoad()
tableView.tableFooterView = UIView()