faroligo / RXCustomTabBar

Source code of the tutorial illustrating how to create a custom tab bar for the iPhone. Follow me on twitter: @faroligo
75 stars 19 forks source link

IOS5 - No animation on popViewControllerAnimated #1

Open kaujoulet opened 12 years ago

kaujoulet commented 12 years ago

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.

faroligo commented 12 years ago

Thanks for this, I am away until mid Jan but if anyone wants to submit the changes to fix it I will merge them in.