ODRefreshControl icon indicating copy to clipboard operation
ODRefreshControl copied to clipboard

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

Open ExtremeMan opened this issue 12 years ago • 1 comments

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.

ExtremeMan avatar Nov 23 '12 11:11 ExtremeMan

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

Sephiroth87 avatar Jan 25 '13 17:01 Sephiroth87