I\'m developing an application based on the Tab Bar application preset. In one of the tabs I have a table view showing a lot of data, but half the last cell in the table vie
Select the view where you have your tableview, open attribute inspector, in Simulated Metrics section, select Tab Bar for Bottom Bar item.
tableview
Simulated Metrics
Tab Bar
Then XCode would update your view, reserving space for TabBar. So your tableview would not be covered.
XCode
TabBar