John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 987 forks source link

How to set the PanGesture only on the navigationBar? #218

Closed Stan92 closed 10 years ago

Stan92 commented 10 years ago

Hi, I use a tableview that reveals cell, and my problem is when I close the revealed cell (from left to right), the entire front view moves also. Is it possible, to apply the gesture on the navigationBar for a specific VC? Thanks

John-Lluch commented 10 years ago

You can apply the provided gesture recognizer to any view. What is then the actual issue?