1.首先info.plist文件中添加 BOOl类型View controller-based status bar appearance 并设置为NO
2.appDelegate中
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 方法中添加
[application setStatusBarStyle:UIStatusBarStyleLightContent animated:NO];
这样便设置成功。
但是设置后发现启动app时显示启动页期间还是黑色的??怎么办呢???
1.info.plist中上文中的BOOL类型设置为YES
2.info.plist文件中添加如下Status bar style 并设置值为UIStatusBarStyleLightContent
如此,有关状态栏的设置就OK了。。。
看完不点赞。。。没有小JJ