Tell me, please, is there a way to change the color of the status bar text for the Navigation Bar?
UIApplication.shared.statusBarStyle = UIStatusBarStyle.lightContent
deprecated in iOS 13.0
What to use instead UIApplication.shared.statusBarStyle = UIStatusBarStyle.lightContent
?