UITableView last cell hidden by UITabBarController

六眼飞鱼酱① 提交于 2020-01-11 14:01:23

问题


I am facing a strange issue.

I have a UITableView in the initial UIViewController of the UITabBarController. At first everything is alright, but when I change the tab and come back to first tab the last cell of UITableView is hidden by the tabbar.

How can I fix this?


回答1:


select your specific ViewController from storyboard then un-check Under Bottom Bar property.



来源:https://stackoverflow.com/questions/20994765/uitableview-last-cell-hidden-by-uitabbarcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!