airbnb / epoxy-ios

Epoxy is a suite of declarative UI APIs for building UIKit applications in Swift
Apache License 2.0
1.24k stars 76 forks source link

Gesture conflict #166

Open kk-vv opened 7 months ago

kk-vv commented 7 months ago

While add a tap gesture to dismiss keyboard for collectionview, cell select action do not working.

bryankeller commented 7 months ago

Does the same issue happen when using vanilla UICollectionView without Epoxy?