-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Description
According to this problem i got the same issue. After some investigation i fixed it with this code.
Same problem, but with SlideNavigationViewController. [SlideNavigationController sharedInstance].enableSwipeGesture = NO;
In new version of SlideNVC i have to move panRecognizer property to interface and make [SlideNavigationController sharedInstance].panRecognizer.cancelsTouchesInView = NO; in my ViewController. – Nik Kov 4 mins ago edit
So, please, could you move a panRecognizer property to the interface?
Metadata
Metadata
Assignees
Labels
No labels