I have an app that has a TableView, NavigationView and TabBar running together.
There is a bar along the bottom of the screen above the TabBar that looks exactly like the NavigationBar at the top of the screen. I have no idea what it is or how to get rid of it.
Here is what it looks like with what I want gone crossed out:

This is the structure of the Views:

Any idea what it is and how to get rid of it? It stays there when I navigate to my next view which is just a plain old View, nothing special except that it displays some labels.

tableHeaderViewandtableFooterView). The UITableView in your screen shot appears to have atableFooterView; Your nib doesn't appear to have any UITableView at all. – Darren Nov 3 at 0:45