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?