UINavigationBar hidden in one view but not another
UINavigationBar hidden in one view but not another
- Subject: UINavigationBar hidden in one view but not another
- From: Joe Turner <email@hidden>
- Date: Tue, 24 Mar 2009 13:28:20 -0500
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 (email@hidden)
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:
This email sent to email@hidden