Merge pull request #43 from deathbaba/statusBar
[iOS] white text in status bar
This commit is contained in:
commit
786a12ab6e
2 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
else
|
||||
self.window.rootViewController = [[IPadSplitVC alloc] init];
|
||||
[self.window makeKeyAndVisible];
|
||||
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
|
|
Reference in a new issue