Help with Navigation Controller and an odd blank space

Hi there,

I’m having an issue with an app I’m working on that consists of some screens (within a UINavigationController hierarchy) that have both a title and a prompt, other screens that have just a title and some screens that have no title and no prompt at all.

The issue I’m having is that on screens that don’t have both a title and a prompt, a weird blank space appears between the UINavigationBar and the ViewController’s View:

When moving from the main screen (that shows the Welcome prompt and Services title) to the view controller that contains neither a prompt or a title, that weird blank (black) space appears.

I’m not sure why that’s happening and I can’t seem to find a way to get that to not appear.

Any help would be greatly appreciated.

Thanks,
Frank