I update the UITableView on timer. I change data in array, then call -[UITableView reloadData]. But nothing is changed until I scroll the table or switch tabs in the tab bar. What’s happening? How can I avoid this?
I update the UITableView on timer. I change data in array, then call -[UITableView
Share
Don’t reload table on not main thread