UINavigationController -> UITabBarController -> UIViewController -> UITableView
I have an UINavigationController with an UITabBarController as its rootViewController, Then put an UITableView in one of the tab(UIViewController)
When i switch to one of the tabController which contains an UITableView, The first cell of the tableView under navigation bar. If i push another view controller, then pop back, the tableview relayout right. How to make it layout right on start.