I have a custom UITableView with custom cells (70px height for each cell).
UITableView
I have also a 49px UITabBar, but it\'s hides the tableView.
UITabBar
You should config the corresponding view controller with following code to remove the edges extend (It defaults to UIRectEdgeAll)
edgesForExtendedLayout = []