UITableView is under the TabBar

前端 未结 7 2049
花落未央
花落未央 2021-01-24 20:57

I have a custom UITableView with custom cells (70px height for each cell).

I have also a 49px UITabBar, but it\'s hides the tableView.

相关标签:
7条回答
  • 2021-01-24 21:51

    Try to use constraints for tableView and TabBar like:

    0 讨论(0)
提交回复
热议问题