Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

reloadData in TUITableView #78

Closed
stoneros opened this issue Nov 8, 2011 · 1 comment
Closed

reloadData in TUITableView #78

stoneros opened this issue Nov 8, 2011 · 1 comment

Comments

@stoneros
Copy link

stoneros commented Nov 8, 2011

after call reloadData in TUITableView, the view gona be blank and some time all cell a missing until you click them while scrolling...is there any way to fix this problem?

@stoneros
Copy link
Author

just find out I have to do the reload at the mainthread. like tableView performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:NO];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant