Changing the animation for UINavigationController NavigationBar
        Posted  
        
            by Kris
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kris
        
        
        
        Published on 2010-01-04T19:04:09Z
        Indexed on 
            2010/05/30
            22:42 UTC
        
        
        Read the original article
        Hit count: 334
        
animation
|uinavigationbar
Right now when I use [self.navigationController setNavigationBarHidden:NO animated:YES];
The navigation bar flies in from right to left, is there a way to drop it down top to bottom?
© Stack Overflow or respective owner