I have many threads calling UITableView's reloadData method concurrently. Do I actually have to put a @synchronized block around it?
You shouldn't call reloadData from threads other than the main thread.
See this similar question:
iOS - another thread needs to send reloadData to the mainthread
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With