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

DidPan: don't response when gestureRecognizerShouldBegin: return YES #812

Open archerx3 opened 7 years ago

archerx3 commented 7 years ago

First, the gesture is UIPanGestureRecongnizer Then, gestureRecognizerShouldBegin: return YES. But, the DidPan: is not responding

Happened on 4s iOS 9.3.x, and 5 10.3.1.

Normal on other devices.