When using a UITableViewController, the initWithStyle: method automatically creates the underlying UITableView with - according to the documentation - \"the correct dimensio
Check the autoresizingMask and contentMode properties of the UITableView. These can both affect the frame.