Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a UINavigationBar NOT push down views?

I have multiple UIViewControllers 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?

like image 798
m0rtimer Avatar asked Dec 12 '22 15:12

m0rtimer


1 Answers

The navigation bar will always push down the view unless it's set to be translucent.

like image 89
Rengers Avatar answered Dec 26 '22 21:12

Rengers