SyntaxFix
Write A Post
Hire A Developer
Questions
In addition, If you have sections for tableview, you should not try to find every rows you want to refresh, you should use reload sections. It is easy and more balanced process:
yourTableView.reloadSections(IndexSet, with: UITableViewRowAnimation)