fixed footview ui bug for not having a frame

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2025-01-20 18:51:38 -06:00
parent e1521c47a8
commit f3086d35d5

View File

@ -88,6 +88,7 @@ class EmployeesViewController: UIViewController {
} else { // Update the message
footerView?.update(message: message)
}
footerView?.frame = CGRect(x: 0, y: 0, width: tableView.frame.width, height: 150)
tableView.tableFooterView = footerView
} else {
tableView.tableFooterView = nil