nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

Carousel Pull To Refresh #557

Open shehzadq opened 9 years ago

shehzadq commented 9 years ago

Nick,

We want to implement pull to refresh in carousel view. I did this using placeholder cell but was not perfect. Requirement is that when user reaches 0 index it should refresh items and add if any new item available in server response. While loading show some activity indicator like UITableView pull to refresh control.

Please suggest how we can achieve this in best way.

Thanks

asifbilal786 commented 6 years ago

I am also facing the same issue. @shehzadq did you find any walk around?