ios - iCarousel - Two-finger swipe rather than one-finger swipe -


I am using iCarousel in one of my iOS projects and I must say that this is a great job

I have a problem, though - I want to use a finger swipe to tap on UIView and between two UIViews to switch swipe / switch between UIViews.

Is this an easy way to achieve?

Cheers Jog

is quite easy ..

Just need to add it to iCarousel.m

panGesture.minimumNumberOfTouches = 2; Pangestier.maximmonoffoutes = 2;

Comments