From d088879c2863b8aaa35cd88752ada3e1a44d9a84 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 30 Jul 2015 19:26:21 +0300 Subject: [PATCH] Remove tap gesture recognizer disabling on viewWllLayoutSubview event --- SlideMenu/Source/SlideNavigationController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlideMenu/Source/SlideNavigationController.m b/SlideMenu/Source/SlideNavigationController.m index 2785286..f932d84 100644 --- a/SlideMenu/Source/SlideNavigationController.m +++ b/SlideMenu/Source/SlideNavigationController.m @@ -140,7 +140,7 @@ static SlideNavigationController *singletonInstance; // When menu open we disable user interaction // When rotates we want to make sure that userInteraction is enabled again - [self enableTapGestureToCloseMenu:NO]; + //[self enableTapGestureToCloseMenu:NO]; if (self.menuNeedsLayout) {