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
Hello!
I want to use gesture for return back to previous view controller. I added back gesture to my view controller that has downView (i just did some setups for navigation controller). But the downView overlap my ViewController's view and don't allow to use that gesture. How to use back gesture with downView???
The text was updated successfully, but these errors were encountered:
As Keaton said, there are multiple ways to enable back gestures. If you're composing your own view hierarchy with a DownView inside of a view controller which is inside of a navigation controller, you'll likely want to enable the navigationController.interactivePopGestureRecognizer like is described here: https://stackoverflow.com/a/43433530/308315
This isn't a Down specific question, so I'm closing this.
Hello!
I want to use gesture for return back to previous view controller. I added back gesture to my view controller that has downView (i just did some setups for navigation controller). But the downView overlap my ViewController's view and don't allow to use that gesture. How to use back gesture with downView???
The text was updated successfully, but these errors were encountered: