Im trying port my app to iOS7, but my custom TableViewController is showing the last row (cell) under the TabBar :(
iOS7
TableViewController
TabBar
Im searchi
2 lines in viewDidLoad and that's it !
viewDidLoad
self.edgesForExtendedLayout = UIRectEdgeAll; self.tableview.contentInset = UIEdgeInsetsMake(0.0f, 0.0f, CGRectGetHeight(self.tabBarController.tabBar.frame), 0.0f);