vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

Stop Refreshing #5

Closed harkmall closed 9 years ago

harkmall commented 9 years ago

Is there a way to stop the refreshing animation once I have refreshed my collection view?

[refreshControl endRefreshing] doesn't do anything.

maksimusenko commented 9 years ago

I have the same thing

ShreeshGarg commented 9 years ago

Same thing with me, when I am trying to add refresh controller to the bottom of table .

vlasov commented 9 years ago

Have you called [refreshControl endRefreshing] immediately after [refreshControl beginRefreshing] ?

ShreeshGarg commented 9 years ago

No i am calling end refreshing after the completion of background thread.

Sent from my iPhone

On 12-Feb-2015, at 6:05 pm, Nikolay notifications@github.com wrote:

Have you called [refreshControl endRefreshing] immediately after [refreshControl beginRefreshing] ?

— Reply to this email directly or view it on GitHub.

vlasov commented 9 years ago

In this case did you wrap it, like: dispatch_async(dispatch_get_main_queue(), ^{ [refreshControl endRefreshing]; }); ?

ShreeshGarg commented 9 years ago

I am doing same thing but with different approach. with performSelectorOnMailThread

vlasov commented 9 years ago

Please try version 0.4.1