http://www.folio3.com/blog/change-status-bar-color-ios-app/
- Open the info.plist file of your app and set the UIViewControllerBasedStatusBarAppearance to NO
- Put this in app delegate:
// Status Bar Color
UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: true)