Re: UINavigationBar hidden in one view but not another
Re: UINavigationBar hidden in one view but not another
- Subject: Re: UINavigationBar hidden in one view but not another
- From: Luke the Hiesterman <email@hidden>
- Date: Tue, 24 Mar 2009 11:31:44 -0700
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 (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
_______________________________________________
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