I have a TabBarController, one of the tabs of which contains a sub view which is a navigationController. I am then loading into the navigation controller a view which inherits f
Fix it programmatically:
- (void)viewDidLoad { UIEdgeInsets inset = UIEdgeInsetsMake(20, 0, 0, 0); self.tableView.contentInset = inset; }