开发者

How to make a UINavigationBar NOT push down views?

开发者 https://www.devze.com 2023-02-15 18:33 出处:网络
I have multiple UI开发者_运维问答ViewControllers 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 navi

I have multiple UI开发者_运维问答ViewControllers 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

0

精彩评论

暂无评论...
验证码 换一张
取 消