I tried change style for IOS app. With follow mehods.
UIApplication.sharedApplication().setStatusBarStyle(UIStatusBarStyle.LightContent, animated: false)
application.statusBarStyle = UIStatusBarStyle.LightContent
And
But i have result with default style:
How to fix it?