ODRefreshControl
ODRefreshControl copied to clipboard
Show activity indicator if `endRefreshing` method is called w/o `beginRefreshing`
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.
Why don't you simply call endRefreshing after a delay?