Navigation Bar not showing in simulator in CollectionView

Hi Guys,


I've got a collectionView tied to a navigation controller, and in my storyboard the navigation bar is showing just fine, but then when i run simulator it is not there at all. Constraints are holding the table view under the navbar. Any ideas?


Thanks!
Jewell

Replies

Would need to see the constraints !


In IB, you can see what is going on:

- select the view

- In Editor Menu, select Resolve auto layout issues, then update frame for all views


And see what happens.