Hi,
In IOS5, there is no animation when popViewControllerAnimated is called.
this works on IOS4.
This is due to your RXCustomTabBar wich subclassing of UITabBarController.
But the IOS documentation specifies that this is not allowed.
The solution is to subclassing your RXCustomTabBar with UIViewController.