On 25/08/2009, at 4:14 AM, tarek wrote:

From that thread I call [tableView reloadData]


Try calling this on the main thread. I think reloadData marks the table view as needing display, and that should be done on the main thread.

[tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:NO];

--Graham


_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to