views:

396

answers:

1

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?

+1  A: 
half_brick
Also, this: http://dmunsie.wordpress.com/2009/08/07/custom-animations-between-uiviewcontrollers/
half_brick