statusBarStyle
The current appearance of the status bar.
Declaration
var statusBarStyle: UIStatusBarStyle { get }Discussion
To customize the status bar’s style for each of your view controllers, override their preferredStatusBarStyle property.
The current appearance of the status bar.
var statusBarStyle: UIStatusBarStyle { get }To customize the status bar’s style for each of your view controllers, override their preferredStatusBarStyle property.