You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
According to this problem i got the same issue. After some investigation i fixed it with this code.
So, please, could you move a
panRecognizer
property to the interface?The text was updated successfully, but these errors were encountered: