Try this. it worked for me.
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
DispatchQueue.main.async {
self.tableView.reloadData()
}
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: