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
{{ message }}
This repository was archived by the owner on Jan 14, 2018. It is now read-only.
I am able to get the pan gesture to work very well with the slider, however, when I added an interactivePopGestureRecognizer to dismiss a view controller that was pushed, I experience weird issues. If I do the following, I get a black screen while transitioning via interactivePopGestureRecognizer.
Add pan gesture to slider: [self.view addGestureRecognizer:self.slidingViewController.panGesture];
Add interactive pop gesture to a view controller (call this PushedVC) that will be pushed
Use pan gesture to open and close slider
Open PushedVC, use pan gesture to go back. Notice black screen.
Any help would be nice, this has been a pain in my ass for the past two hours.