You can Put it in a DispatchQueue like so:
DispatchQueue.main.sync { self.tableView.reloadRows(at: [IndexPath(row: 0, section: 1)], with: .automatic) }