“Biały status Bar Swift” Kod odpowiedzi

Swift Zmień kolor paska stanu

override func viewWillAppear(_ animated: Bool) {
    super.viewWillAppear(animated)
    setNeedsStatusBarAppearanceUpdate()
}
override var preferredStatusBarStyle: UIStatusBarStyle {
    .lightContent
}
Mobile Star

Biały status Bar Swift

override var preferredStatusBarStyle: UIStatusBarStyle {     
      return .lightContent
}
Zakaria Jawas

Odpowiedzi podobne do “Biały status Bar Swift”

Pytania podobne do “Biały status Bar Swift”

Więcej pokrewnych odpowiedzi na “Biały status Bar Swift” w Swift

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu