Merge pull request #43 from deathbaba/statusBar

[iOS] white text in status bar
This commit is contained in:
deathbaba 2013-10-07 06:02:23 -07:00
commit 786a12ab6e
2 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@
else
self.window.rootViewController = [[IPadSplitVC alloc] init];
[self.window makeKeyAndVisible];
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
return YES;
}

View file

@ -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>