-
The status bar in iOS 7 is transparent, the view behind it shows through.
-
The style of the status bar refers to the appearances of its content. In iOS 7, the status bar content is either dark (
UIStatusBarStyleDefault) or light (UIStatusBarStyleLightContent). BothUIStatusBarStyleBlackTranslucentandUIStatusBarStyleBlackOpaqueare deprecated in iOS 7.0. UseUIStatusBarStyleLightContentinstead.
- If below the status bar is a navigation bar, the status bar style will be adjusted to match the navigation bar style (
UINavigationBar.barStyle):