navBarHidden DOES NOT WORK
SOLVED
While this IS a bug, it seems to be an issue only in the simulator. Once you run it on your device, it isn't an issue any more.
The initial window in my app is a disclaimer where there we don't want to have a navBar, but I do everywhere else. I've added "navBarHidden:true" into the disclaimer window's constructor. In a vacuum this works.
Yet, when I create a new window off an event in that disclaimer window with "navBarHidden:false" in the new window's constructor the disclaimer navBar appears. Grrrrrr!
2 Answers
- 
				
					You're saying navBarHiddenfalse. Don't you meantrue?
- 
				
					No, I want to be able to view the title of the newly created window, but not the initial window. Sorry if this is confusing.