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 5a2935f commit e946e7bCopy full SHA for e946e7b
Sources/UIKitBackend/UIKitBackend+Window.swift
@@ -21,13 +21,7 @@ final class RootViewController: UIViewController {
21
self.backend = backend
22
super.init(nibName: nil, bundle: nil)
23
}
24
-
25
26
- @available(iOS 8.0, *)
27
- override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
28
- super.traitCollectionDidChange(previousTraitCollection)
29
- backend.onTraitCollectionChange?()
30
- }
+
31
#endif
32
33
@available(*, unavailable)
0 commit comments