iOS statusBar -> color and fontSize

2017-09-25 Thread chris_flex
How can I change the color of the top status bar in flex mobile apps for iOS? And why differs the font-size in the status-bar from other apps (it is bigger and not really sharp)? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: iOS statusBar -> color and fontSize

2017-09-26 Thread chris_flex
For the first Question I found out I can change the backgroundColor of the ViewNavigatorApplication and set the Views backgroundColor to white. So the statusBar has the ViewNavigatorApplications backgroundColor and the content the Views backgoundColor. Is there a better way to achive this? And has