Horje
swift change status bar color Code Example
swift change status bar color
override func viewWillAppear(_ animated: Bool) {
    super.viewWillAppear(animated)
    setNeedsStatusBarAppearanceUpdate()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
    .lightContent
}




1

Related
swift do catch Code Example swift do catch Code Example
Split a String into an array in Swift Code Example Split a String into an array in Swift Code Example
add top corner radius swift Code Example add top corner radius swift Code Example
swift stirng to date Code Example swift stirng to date Code Example
increase the size of the image in Swiftui Code Example increase the size of the image in Swiftui Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10