LightStatusBar Light status bar inside IOS application Go to .plist, add "View controller-based status bar appearance" - "NO" Go to the AppDelegate and add application.statusBarStyle = .LightContent into the didFinishLaunchingWithOptions DONE