Support gesture back to previous controller after hiding navigation bar
Description
1. After we hide the navigation bar, the gesture bounce disappears, but you can continue to support gestures by some means
2. Pay special attention when using the root controller of the navigation bar controller, which causes bugs to appear, but can be resolved by disabling gestures
3. For custom-made people, you must use your own navigation bar view, because the system has a gray line above the navigation bar can not be removed.
Set up
Navigation bar Controller hides navigation bar
Set the gesture agent in the rootcontroller of the navigation bar controller
On the root controller, when entering another controller from the root controller, let the gesture be activated, when returning to the root controller, gesture is not supported.
Support gesture back to previous controller after hiding navigation bar