I have UITabBarController which each item has NavigationController and each NavigationController has a TableViewController as root view controller.
The problem is tapping on each tab bar item doesn't make table view to scroll to top.
What could be problem and how can I solve it?