Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

UITableView gets stuck with a quick fling gesture. #51

Open rameezh88 opened 11 years ago

rameezh88 commented 11 years ago

Hey. This pull-to-refresh class works fine in my app except for one situation. Whenever I make a quick downward "fling" gesture on the tableview, the refreshing code is called but the tableView gets stuck at a position and my app stops showing EXC_BAD_ACCESS. Is this a problem everyone has been facing?

Note: This doesn't happen no matter how far I try to pull the table with a DRAG gesture. This only happens with a FLING.

Any help is appreciated. Thanks. :)