Navigation bar show/hide
问题 I have an app with a navigation bar consisting of 2 bar buttons. I would like to hide and show this navigation bar when a user double taps the screen. Initially, the navigation bar should be hidden. When a user double taps the screen, the navigation bar should come up with an animation, like what can be seen in the iPhone's photo gallery. How can i do something this? Suggestions are always appreciated. 回答1: This isn't something that can fit into a few lines of code, but this is one approach