NappAppearance
NappAppearance copied to clipboard
Stops working with SDK 3.2.0
It seems that with Appcelerator SDK 3.2.0 some functions like navBarTitle, navBar, barButton stops working. Can anyone confirm this and much more important, how can we fix this?
I will look into this.
Question: how do you use this? The module shoudl be the very first thing the applications loads, otherwise the first window will not inherit the global appearance styling settings from this module.
Can you please submit your code?
The module works fine with SDK 3.1.3, module is loaded on startup in app.js
You can reproduce the bug with your provided example app.js (with navigationWindow instead of navigationGroup), e.g. the style of navBarTitle doesn't change.
Did also build the module with latest SDK 3.2.0, no effect though.
True.. It does not work. I looked into this and the code is following the iOS7 docs. Im not really sure what Appcelerator changed from 3.1.3 to 3.2. So its a hard to solve this one without that knowledge.
Does it work on 3.4.x?