We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd3d79 commit b12e2ccCopy full SHA for b12e2cc
SwiftMessages/WindowViewController.swift
@@ -43,4 +43,8 @@ class WindowViewController: UIViewController
43
override func preferredStatusBarStyle() -> UIStatusBarStyle {
44
return statusBarStyle ?? UIApplication.sharedApplication().statusBarStyle
45
}
46
+
47
+ override func prefersStatusBarHidden() -> Bool {
48
+ return UIApplication.sharedApplication().statusBarHidden
49
+ }
50
0 commit comments