UISlider in UIBarButtonItem impacts animation behavior
问题 In IB, I set a view MyView with an UIToolBar and I drop an UISlider on it. IB automatically embeds it in an UIBarButtonItem and sets its view with the UISlider. I display this MyView in a navigation controller with animation. UIViewController *myVC = [[UIViewController alloc] initWithNibName:@"MyView" bundle:nil]; [self.navigationController pushViewController:myVC animated:YES]; [myVC release]; MyView is displayed but without animation. Apart from that, everything works fine, I can use the