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
In your Info.plist you need to define View controller-based status bar appearance to any value.
If you define it YES then you should override preferredStatusBarStyle
function in each view controller.
If you define it NO then you can set style in AppDelegate
using
UIApplication.sharedApplication().statusBarStyle = .LightContent