Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Loading' Cell doesn't disappear after load complete #6

Open
ghost opened this issue Jun 24, 2011 · 2 comments
Open

'Loading' Cell doesn't disappear after load complete #6

ghost opened this issue Jun 24, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 24, 2011

The "Loading" cell with the rotating activity indicator will not disappear after I have refreshed. I think that this may be a problem with the way my Table Cells are created, as they call [tableView beginUpdates]; [tableView endUpdates]; to adjust for their web-based content.

@ghost ghost closed this as completed Jun 24, 2011
@ghost ghost reopened this Jun 24, 2011
@ghost
Copy link
Author

ghost commented Jun 24, 2011

I'm super clumsy with GitHub, I'm sorry. Anyway, thank you so much for making this open-source and available to everyone. I'll look for a way to fix this and I'll post it if I find it.

@nehalvpatel
Copy link

Ran into the same problem, try this:

// insert your own data update code here
[self.tableView reloadData];
[self performSelector:@selector(stopLoading) withObject:nil afterDelay:1.0];

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

No branches or pull requests

1 participant