I have multiple UI开发者_运维问答ViewController
s in a UINavigationController
. Sometimes I show the bar, sometimes I don't. How do I make the navigation bar show without pushing down the view?
The navigation bar will always push down the view unless it's set to be translucent.
You can override pushViewController: method
精彩评论