Tab bar covers UITableView's last cell

后端 未结 12 1872
挽巷
挽巷 2020-12-16 01:18

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

12条回答
  •  -上瘾入骨i
    2020-12-16 01:35

    Select the view where you have your tableview, open attribute inspector, in Simulated Metrics section, select Tab Bar for Bottom Bar item.

    Then XCode would update your view, reserving space for TabBar. So your tableview would not be covered.

提交回复
热议问题