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

Fixed a bug with calling beginRefresh and then endRefresh preventing the first manual pull to refresh afterwards. #63

Open aleh opened 11 years ago

aleh commented 11 years ago

In one of our project we were calling beginRefresh manually and properly paired it with endRefresh. However _canRefresh flag was not set back to YES in endRefresh and this blocked the net manual pull-to-refresh.