问题
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