iOS6 Navbar adds shadow automatically

You must Login before you can answer or comment on any questions.

iOS 6 automatically adds drops shadow to the navigation bar that cannot be disabled through Titanium (2.1.3).

See the objective-c solution here: http://stackoverflow.com/questions/11084331/how-do-i-disable-the-navigation-bar-shadow-in-ios-6-for-navigation-bars-with-cus

Is there any chance to include a new property for the window to disable it in the next titanium SDK release?

Thanks: Peter

— asked 8 months ago by Peter Varadi
4 Comments
  • Hi Peter, definitely it can be done, and you can create a JIRA ticket as a Bug for it if not already there.

    — commented 8 months ago by Ashish Nigam

  • Thank you. I have just created it. http://jira.appcelerator.org/browse/TC-1365

    — commented 8 months ago by Peter Varadi

  • I wonder if anyone can work out where to add the solutions on StackOverflow in the TiCore code?

    — commented 6 months ago by Ian Tearle

  • Show 1 more comment

1 Answer

Did someone find an answer yet?

— answered 4 months ago by Wieger Jelsma
answer permalink
1 Comment
  • I have the same issue... the shadow is minimal but still visible as I have an image in the NavBar and the top of the Window which should match each other. The reason for not having navBarHidden, is due to the windows being a Tab, and would like to open a new window in that tab, so hiding the NavBar in the Main Window Tab, removes the NavBar on all subsequent windows.

    I'd like to add my voice to the request of removing the shadow from the NavBar option.

    — commented 3 months ago by Joseph Sacha

Your Answer

Think you can help? Login to answer this question!