I\'ve try to modify status bar color text but no one answer from this thread doesn\'t work. Any especially for XCode 6?
I\'ve tried insert:
override func
Just set " View controller-based status bar appearance == NO " in to your plist and put a single line in your appdelegate class in didfinshLaunching method.
UIApplication.sharedApplication().statusBarStyle = .LightContent