UINavigationBar hidden in one view but not another

2009-03-24 Thread Joe Turner
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

Re: UINavigationBar hidden in one view but not another

2009-03-24 Thread Luke the Hiesterman
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

Re: UINavigationBar hidden in one view but not another

2009-03-24 Thread Joe Turner
Well, the issue is the first viewcontroller has a tableview, so it just (probably) should have the pushing animation. It would be weird if the tableview created a flip animation Joe On Mar 24, 2009, at 1:31 PM, Luke the Hiesterman wrote: Maybe you could consider doing something other than