I have a simple tabbed application whose first tab is a UITableViewController
. After populating some data, I noticed that the top of the table view overlaps the status bar.
I've tried messing with the edgesForExtendedLayout
and similar settings, but have not found the magical combo. Does anyone know how to correct this?
Steps to reproduce:
- Create a new tabbed application
- Remove the first tab
UIViewController
and replace it with aUITableViewController
- Populate the
UITableView
with some data - Run the application
Here's a couple screenshots of the setup and the issue: