We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7165cad commit 3e52295Copy full SHA for 3e52295
Sources/IntrospectionView.swift
@@ -169,6 +169,12 @@ final class IntrospectionPlatformViewController: PlatformViewController {
169
}
170
171
#if canImport(UIKit)
172
+ #if os(iOS)
173
+ override var preferredStatusBarStyle: UIStatusBarStyle {
174
+ parent?.preferredStatusBarStyle ?? super.preferredStatusBarStyle
175
+ }
176
+ #endif
177
+
178
override func viewDidLoad() {
179
super.viewDidLoad()
180
view.introspectionController = self
0 commit comments