SwiftPages
SwiftPages copied to clipboard
status bar all in black
I have the status bar that appear in black. Because of this, there is a black line at the top and no information on it. I tried to put this line in Application of the app delegate:
UIApplication.sharedApplication().statusBarStyle = .LightContent
However, still not working. Help please.