ZacharyKhan / ZKCarousel

A simple carousel implementation written in Swift
MIT License
289 stars 57 forks source link

Adding tap gesture not working #25

Closed hamza-mansouur closed 5 years ago

hamza-mansouur commented 5 years ago

Hello ! I want to add a tap gesture to go to a giving URL of the selected slide but when i add a tap gesture to the carousel view it doesn't work.

ZacharyKhan commented 5 years ago

Can you post your code? I need to see how you are using the gesture recognizer and what exactly you are trying to achieve. Thanks!

ZacharyKhan commented 5 years ago

@hamza-mansouur have you figured out the solution to your problem? I will close this issue due to inactivity. Please open another issue and post a code snippet if you are still having issues with ZKCarousel.