Ying

Results 3 comments of Ying

Actually the problem is incorrect ordering when setting state in egoRefreshScrollViewDidEndDragging. You need to first set state to loading and start animation...then trigger the refresh. So all you need to...

I tested it by changing egoRefreshTableHeaderDidTriggerRefresh to: [self reloadTableViewDataSource]; [self doneLoadingTableViewData]; //[self performSelector:@selector(doneLoadingTableViewData) withObject:nil afterDelay:0.0]; What version simulator are you using?

I see, then there are two ways to do this depending on what version of iOS you want to run on..with or without block support. https://gist.github.com/3695472