Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Remove navigation path

Is there a way to alter or negate the navigation generated for the navbar?

— asked May 11th 2010 by Kyle Goddard
  • navbar
  • navigation
0 Comments

2 Answers

  • You can place any component you want (or null) in the left nav button area by using:

    Ti.UI.currentWindow.setLeftNavButton(null);
    
    — answered May 11th 2010 by Kevin Whinnery
    permalink
    0 Comments
  • It's not the button really that I was concerned about, but rather the stack of views/windows. Can this be nulled out?

    — answered May 12th 2010 by Kyle Goddard
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.