I wanted to change the animation that occurs on a navigationControllers toolbar when the method setToolbarHidden is called. By default, when you set Hidden to YES and animation to YES, the toolbar simply drops off the screen. I’d like it to slide off the screen from left to right (much like when you hit the back button on a navbar and the previous view controller reasserts itself on the screen). Is this possible?
I wanted to change the animation that occurs on a navigationControllers toolbar when the
Share
I filed a bug report and it appears, unfortunately, there isn’t a way to do this until Apple adds the feature themselves.