fixed a few bugs for refreshControl and footerView
Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
52d02ea3a1
commit
0f4cd465b1
@ -104,6 +104,8 @@ class EmployeesViewController: UIViewController {
|
||||
self?.activityIndicator.startAnimating()
|
||||
} else {
|
||||
self?.activityIndicator.stopAnimating()
|
||||
self?.tableView.refreshControl?.endRefreshing()
|
||||
self?.updateFooter()
|
||||
}
|
||||
}
|
||||
.store(in: &cancellables)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user