UITableView last cell hidden by UITabBarController

2019-03-03 10:38发布

问题:

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.