It was quite simple. In your first tab, create a UIViewController that is controlled by the UINavigationController. In that view Controller, place the label and the image at the top, then put in your tableview below it.
You don't need a tableViewController to create a table view. your UIViewController can act as your controller for the table view.
|