My root controller is a TabBarController (tabbed application). One of the tabs, is a UITableViewController. When I switch to that and scroll through the items, they show up
I added the following to viewWillAppear
viewWillAppear
self.tableView.contentInset = UIEdgeInsetsMake(22, 0, 0, 0);