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
if you want to remove rows for all UITableViews in your app, just add an extension like this:
UITableViews
Swift 5.0
extension UITableView { override open func didMoveToSuperview() { super.didMoveToSuperview() self.tableFooterView = UIView() }