I have a question about disabling gesture recognizer in nationBar
Now, I’m developing an E-book application for iPad. I used UIGestureRecognizer to implement the effect of turning pages. but I coincidently found that if I swiped in the navigation bar at the top of screen, it also worked. So, how can I disable the gesture recognizer in navigation bar and just enable it for the rest of screen?
I have a question about disabling gesture recognizer in nationBar Now, I’m developing an
Share
Assuming you have an outlet to your navigation bar, you should be able to handle this in your gesture handling method
That should do the trick for you