Hi,
I know this is not available for iOS6 and it is somehow possible to change at least the color of the window title by specifying a custom label as titleControl. However, it is kinda painful (especially handling this across different platforms) and does not really look 100% native.
My problem is that I have a red window barColor and it looks pretty fine on iOS6 with a white window title and red backButton. That is exactly how I want it because it is our corporate identity. On iOS7, it does not really look good as the window title is black and the backButton a light blue.
QA Link:
http://developer.appcelerator.com/question/156059/ios7-change-color-of-backbutton-and-window-title
Hi Jick, A screenshot would be useful so that we can clearly see your issue. (Edit -> Attachment) Thanks!
Uploaded screenshot here: [http://img822.imageshack.us/img822/2585/ab46.png] because I do not have the permission to edit. Example Code: Controller:
View:
FYI: I've just noticed it is now possible to change the color of the backButton using navTintColor, see https://github.com/appcelerator/titanium_mobile/commit/b2c30df0282490c4fd340433c473d41f30c746e0 . It remains the possibility to change the color of the window title.
Is it correct that we are still stuck in not being able to change the color of the text on a windows title bar? For now, I've used a view/label on the titleControl property but as you mentioned, it's not ideal. I've then used tintColor and navTintColor to change the links on a navigation bar.
You can change the color of the title by using titleAttributes : and navTintColor to change color of buttons (eg back)
This will give a black navBar with white text