VijayKumar Dogra
VijayKumar Dogra
This is the code for reference ``` - (UIView *)carousel:(__unused iCarousel *)carousel placeholderViewAtIndex:(NSInteger)index reusingView:(UIView *)view { //create new view if no view is available for recycling if (view == nil)...
I have tried it with shouldRecognizeSimultaneouslyWithGesture, however, there vertical swipes are somehow blocked. I then later found a blog post which explained iCarousel and had a sample project with version...
@billylo1 - That was around 3 years ago, however, I managed to get my working code (then). I am attaching the zip file for my modified library, hopefully it should...
Same here, if anyone had resolved this please let us know the solution for same