Remove tap gesture recognizer disabling on viewWllLayoutSubview event
This commit is contained in:
parent
5ef5a8d832
commit
d088879c28
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue