I am trying my best to get my app working in iOS 7 and using the new element styling to match "best practice" for iOS 7. But I am having a number of issues. One of the ones I am really stuck on is the fact that a Toolbar with a number of buttons being added to a Navigation bar is breaking translucent effect of the navigation bar.
Basically I need to have multiple buttons showing on the navigation bar to the right of the Window title. In the past I could get this working adding Toolbars to the window.rightNavButton location. But in iOS 7 this does not play nice with the translucent effect - basically the navigation bar is translucent, and so is the toolbar - so the blurring is getting "doubled".
But from what I read in the iOS 7 docs this is the correct way to do things. So it seems to be an issue with Titanium 3.1.3.
Here is an example of the problem:
Just in case that image did not show you can see it here: image toolbar in navigation bar
Does anybody know how to get this working? I am really getting frustrated at this point. My app needs updating to work properly in iOS 7 and this is blocking me from making any real progress.
Any help appreciated.
Matthew