I have added the option to use safe area guidelines yet when I view the app it appears to respect the safe area but theres some white space that I cant get rid of. I dont know what is causing it nor do I know how to change the color from white.
I've set the background color to what you see below.
view.backgroundColor = UIColor(red:0.227, green:0.251, blue:0.294, alpha:1)
I've also set the white status bar style
UIApplication.shared.statusBarStyle = UIStatusBarStyle.lightContent
My main Storyboard




