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

Show activity indicator if `endRefreshing` method is called w/o `beginRefreshing` #47

Open ExtremeMan opened 11 years ago

ExtremeMan commented 11 years ago

I wonder if it is possible to add activity indicator for 0.2-0.5 seconds if after method dropViewDidBeginRefreshing: is called I am not actually refreshing data and calling endRefreshing immediately.

You could check how iOS6 refresh control looks in such situation if I am not clear.

Thanks.

Sephiroth87 commented 11 years ago

Why don't you simply call endRefreshing after a delay?