I see a lot of code like this:
DispatchQueue.main.async { self.tableView.reloadData() }
In this context, where tableView is
tableView