I added a TableViewController in the storyboard using XCode 5 and added tableviewcells. However when I run it in simulator, the tableview is drawn starting from the topmost edge of the screen overlapping the status bar. The status bar should come first, then the tableview below it.
Is there any settings I missed?