I have a UIViewController embedded in a UINavigationController. I'm trying to make its navigation bar the same height as the rest of my views which have a navigation bar I dragged in (they're not embedded in a UINavigationController).
However, when I add a title and a prompt like I do for the rest this one ends up taller than the rest. Here's a picture of what I mean:
The left is a UIViewController not embedded in a UINavigationController, while the right one is a UIViewController embedded in a UINavigationController. Both have a title and a prompt set to " ".
This is driving me crazy, can anybody help me get the one on the right to be the same height as the one on the left? When I delete its prompt it becomes too short.
Edit
The navigation on the left has a height of 74, it's just a dragged in navigation bar with a title and a prompt set to " ". From what I've gathered it is pretty much impossible to get it to be like this in an embedded navigation bar. When I add a prompt on the right its too tall as seen in the picture, when I remove it its too short.