Hi everyone I'm trying to hide my statusBar in a View Controller
but it doesn't seem to work .. I used the function:
override var prefersStatusBarHidden: Bool {
return true
}
I also set the View controller-based status bar appearance
in the plist
file to YES
My status bar doesn't want to hide ... where am I doing wrong?