Open plandem opened 10 years ago
There are some changes with UIStatusBar styling at iOS7. So if you want to style UINavigationBar, you also must remember about UIStatusBar.
Check this explanation, to get vision: https://gist.github.com/hujunfeng/6651254
P.S.: in my case, i have to set at AppDelegate: [[UINavigationBar appearance] setBarStyle:UIBarStyleBlackOpaque];
to adjust the colour of UIStatusBar correctly.
P.P.S.: It would be nice to have something like ios-tint-color, but for styles to set it at css. E.g.: -ios-navbar-style: black;
There are some changes with UIStatusBar styling at iOS7. So if you want to style UINavigationBar, you also must remember about UIStatusBar.
Check this explanation, to get vision: https://gist.github.com/hujunfeng/6651254
P.S.: in my case, i have to set at AppDelegate: [[UINavigationBar appearance] setBarStyle:UIBarStyleBlackOpaque];
to adjust the colour of UIStatusBar correctly.
P.P.S.: It would be nice to have something like ios-tint-color, but for styles to set it at css. E.g.: -ios-navbar-style: black;