Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should [table reloaddata] be only called from the main thread?

Just curious.

I suppose the code will force the table to check the number of section and the number of rows in each section and reload all table.

Well guess what, the delegates are stil not called.

like image 391
user4951 Avatar asked Oct 04 '11 14:10

user4951


1 Answers

Yes. If it's in AppKit or UIKit, then you must message from the main thread unless an exception to this is documented.

like image 158
justin Avatar answered Oct 17 '22 16:10

justin