79177900

Date: 2024-11-11 13:50:53
Score: 1.5
Natty:
Report link

You can Put it in a DispatchQueue like so:

DispatchQueue.main.sync {
            self.tableView.reloadRows(at: [IndexPath(row: 0, section: 1)], with: .automatic)
        }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joel B