0

I am building an app for that I have used MMDrawerController as my slide navigation controller.

I have gone through their documentation but did not find any code specific to gestures as such. Can you help me out over here.

PPL
  • 6,357
  • 1
  • 11
  • 30
phadte viraj
  • 67
  • 2
  • 7

1 Answers1

0
  1. Your can add UITapGestureRecognizer to navigationBar with UIGestureRecognizerDelegate of gesture in controller. Overrive func gestureRecognizerShouldBegin, then calculator size than can executive tap gesture (ignore left, right bar item) -> Reture true
  2. Custom title of navigationBar with: navigationItem.titleView = otherView and add action to this view
Tien-Nvan
  • 88
  • 2
  • 9