vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

Method for Manual End Refreshing #32

Open ErAshu opened 7 years ago

ErAshu commented 7 years ago

Hi, I am implementing on collectionview. When i pull up the collection view, Its good working but within 1 second, loader disappear.

[refreshControl addTarget:self action:@selector(apiCallforNextPage) forControlEvents:UIControlEventValueChanged];

I want to call API when pull up and still up till get response from API. After that call endRefreshing method.