I am trying to make my UIStatusBar
not translucent at all.
While my UINavigationBar
is completely white, I want the UIStatusBar
to follow that behavior.
In my appDelegate - didFinishLaunchingWithOptions
I was trying:
UIApplication.sharedApplication().statusBarStyle = .Default
But there is no way for me to set e.g. the alpha or translucency. Any ideas?