Remove tap gesture recognizer disabling on viewWllLayoutSubview event

This commit is contained in:
Anton 2015-07-30 19:26:21 +03:00
parent 5ef5a8d832
commit d088879c28
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{