I've got a new UIView set up in IB, dragged on another UIView which i place at the top and make it's height 110 pixels. Next I dragged a UITableView and placed it below the UIVew, at Y=111 and dragged it all the way to the bottom.
When I run this, the Y offset is all wrong, the top 20? pixels are hidden under the status bar at the top. What am I doing wrong ? OH yeah, also the bottom 20? pixels are not used by the table view.
When I run this, the Y offset is all wrong, the top 20? pixels are hidden under the status bar at the top. What am I doing wrong ? OH yeah, also the bottom 20? pixels are not used by the table view.