-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable default iOS back swipe gesture? #243
Comments
+1 |
Any news on this topic? |
UIKit disables the default back gesture if you use any custom transitions. You can unset the navigationControllerDelegate to get back the back gesture. or implement your own back gesture through interactive transition. |
Thanks ikzhao :-) Inside viewDidLoad() of the destination-ViewController following line does the trick: |
#343 works afaik |
Hello!
If you use UINavigationController you have back swipe gesture to back to previous controller. But when Hero is enabled I don't have this behaviour. How can I enable default iOS back swipe gesture if Hero is enabled?
Thank you!
The text was updated successfully, but these errors were encountered: