Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
848 stars 134 forks source link

UIStatusBar and UINavigationBar at iOS7 #135

Open plandem opened 10 years ago

plandem commented 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;