I'm working on an iPhone app which will have tabs, each containing a navigationWindow. Or at least a equivalent functionality, if I'm going about this in the wrong way!
The problem is I can't seem to hide the navBar for the tabGroup, according to the docs TabGroup.navBarHidden only applies to Android? Once I open a window with it's own navBar there is a navBar for the tabGroup AND for the window, but if I hide the navBar of the window, I can't change the title or close button of the remaining tabGroup NavBar?
I'm sure pre-alloy the window navBar just replaced the tabGroup nav bar?