There are many posts on this topic, yet I can't find one that works.
I have a View Controller that is not embedded in a Navigation Controller. I would like to change the status bar color to black.
This is my latest attempt How to set Status Bar Style in Swift 3
- Change in info.plist the row View controller-based status bar appearance and set it to NO
- Change in appDelegate.swift in didFinishLaunchingWithOptions
UIApplication.shared.statusBarStyle = .lightContent