UITabBarController is the root in may application. The root of each tab is different UINavigationViewController on which I am pushing UITableViewController's.
The problem is that when I press on the back button the navigation bar animates, but the previous table view appears instantly without animation. Neither UITableViewController nor UINavigationViewController is sub-classed and I have no any custom code for pop functionality.
Some time ago, when I was working on the other iOS application, I had not such problem. The only difference is that now I am working with XCode 4 and iOS 5 SDK.
I have spent a lot to find the answer but haven't found anything similar.
Any clue?