Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift navigation bar under status bar

Here is what my navigation bar and status bar look like:

https://i.imgur.com/m0SJxV5.png

How do I prevent the navigation bar going under the status bar without using a navigation controller?

like image 600
pixie123 Avatar asked Jul 12 '16 19:07

pixie123


1 Answers

EDITED

Check this image, you need to add a constraint on top to View to 0 and height = 64, and this is it

enter image description here

I hope this helps

like image 195
Reinier Melian Avatar answered Nov 15 '22 06:11

Reinier Melian