Maybe you could consider doing something other than pushing the new view controller onto the navigation stack. You could potentially do a flip animation to a new view controller or show a modal view controller.

Luke

On Mar 24, 2009, at 11:28 AM, Joe Turner wrote:

Hi,

So, what I would like to do is have the uinavigationbar of a uinavigationcontroller be visible in the rootviewcontroller, but when the user goes to the next viewcontroller (it pushes it), have it not visible. Apple gave us the ability to hide it altogether, but then, while the animation (slide effect) occurs, the navigationbar is hidden in both viewcontrollers. Is there a way for it to be hidden on one and not hidden on the other? Again, I know you can set it as hidden in the viewWillAppear method of the second viewcontroller, but then it hides in both for the duration of the 'slide' animation.

Any help would be appreciated!

Thanks!

Joe
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/luketheh%40apple.com

This email sent to luket...@apple.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to